Narayan Kamath | fc74cb4 | 2017-09-13 12:53:52 +0100 | [diff] [blame] | 1 | /* evconfig-private.h. Generated from evconfig-private.h.in by configure. */ |
| 2 | /* evconfig-private.h template - see "Configuration Header Templates" */ |
| 3 | /* in AC manual. Kevin Bowling <kevin.bowling@kev009.com */ |
| 4 | #ifndef EVCONFIG_PRIVATE_H_INCLUDED_ |
| 5 | #define EVCONFIG_PRIVATE_H_INCLUDED_ |
| 6 | |
| 7 | /* Enable extensions on AIX 3, Interix. */ |
| 8 | #ifndef _ALL_SOURCE |
| 9 | # define _ALL_SOURCE 1 |
| 10 | #endif |
| 11 | /* Enable GNU extensions on systems that have them. */ |
| 12 | #ifndef _GNU_SOURCE |
| 13 | # define _GNU_SOURCE 1 |
| 14 | #endif |
| 15 | /* Enable threading extensions on Solaris. */ |
| 16 | #ifndef _POSIX_PTHREAD_SEMANTICS |
| 17 | # define _POSIX_PTHREAD_SEMANTICS 1 |
| 18 | #endif |
| 19 | /* Enable extensions on HP NonStop. */ |
| 20 | #ifndef _TANDEM_SOURCE |
| 21 | # define _TANDEM_SOURCE 1 |
| 22 | #endif |
| 23 | /* Enable general extensions on Solaris. */ |
| 24 | #ifndef __EXTENSIONS__ |
| 25 | # define __EXTENSIONS__ 1 |
| 26 | #endif |
| 27 | |
| 28 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 29 | /* #undef _FILE_OFFSET_BITS */ |
| 30 | /* Define for large files, on AIX-style hosts. */ |
| 31 | /* #undef _LARGE_FILES */ |
| 32 | |
| 33 | /* Define to 1 if on MINIX. */ |
| 34 | #ifndef _MINIX |
| 35 | /* #undef _MINIX */ |
| 36 | #endif |
| 37 | |
| 38 | /* Define to 2 if the system does not provide POSIX.1 features except with |
| 39 | this defined. */ |
| 40 | #ifndef _POSIX_1_SOURCE |
| 41 | /* #undef _POSIX_1_SOURCE */ |
| 42 | #endif |
| 43 | |
| 44 | /* Define to 1 if you need to in order for `stat' and other things to work. */ |
| 45 | #ifndef _POSIX_SOURCE |
| 46 | /* #undef _POSIX_SOURCE */ |
| 47 | #endif |
| 48 | |
Haibo Huang | b227967 | 2019-05-31 16:12:39 -0700 | [diff] [blame] | 49 | /* Enable POSIX.2 extensions on QNX for getopt */ |
| 50 | #ifdef __QNX__ |
| 51 | # ifndef __EXT_POSIX2 |
| 52 | # define __EXT_POSIX2 |
| 53 | # endif |
| 54 | #endif |
| 55 | |
Narayan Kamath | fc74cb4 | 2017-09-13 12:53:52 +0100 | [diff] [blame] | 56 | #endif |