evconfig-private.h 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. /* Enable extensions on AIX 3, Interix. */
  7. #ifndef _ALL_SOURCE
  8. # define _ALL_SOURCE 1
  9. #endif
  10. /* Enable GNU extensions on systems that have them. */
  11. #ifndef _GNU_SOURCE
  12. # define _GNU_SOURCE 1
  13. #endif
  14. /* Enable threading extensions on Solaris. */
  15. #ifndef _POSIX_PTHREAD_SEMANTICS
  16. # define _POSIX_PTHREAD_SEMANTICS 1
  17. #endif
  18. /* Enable extensions on HP NonStop. */
  19. #ifndef _TANDEM_SOURCE
  20. # define _TANDEM_SOURCE 1
  21. #endif
  22. /* Enable general extensions on Solaris. */
  23. #ifndef __EXTENSIONS__
  24. # define __EXTENSIONS__ 1
  25. #endif
  26. /* Number of bits in a file offset, on hosts where this is settable. */
  27. /* #undef _FILE_OFFSET_BITS */
  28. /* Define for large files, on AIX-style hosts. */
  29. /* #undef _LARGE_FILES */
  30. /* Define to 1 if on MINIX. */
  31. #ifndef _MINIX
  32. /* #undef _MINIX */
  33. #endif
  34. /* Define to 2 if the system does not provide POSIX.1 features except with
  35. this defined. */
  36. #ifndef _POSIX_1_SOURCE
  37. /* #undef _POSIX_1_SOURCE */
  38. #endif
  39. /* Define to 1 if you need to in order for `stat' and other things to work. */
  40. #ifndef _POSIX_SOURCE
  41. /* #undef _POSIX_SOURCE */
  42. #endif
  43. /* Enable POSIX.2 extensions on QNX for getopt */
  44. #ifdef __QNX__
  45. # ifndef __EXT_POSIX2
  46. # define __EXT_POSIX2
  47. # endif
  48. #endif
  49. #endif