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