config.h.in 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you have the <getopt.h> header file. */
  5. #undef HAVE_GETOPT_H
  6. /* getopt_long() function */
  7. #undef HAVE_GETOPT_LONG
  8. /* Define to 1 if you have the <grp.h> header file. */
  9. #undef HAVE_GRP_H
  10. /* Define to 1 if you have the <inttypes.h> header file. */
  11. #undef HAVE_INTTYPES_H
  12. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  13. #undef HAVE_LANGINFO_CODESET
  14. /* Define to 1 if you have the <locale.h> header file. */
  15. #undef HAVE_LOCALE_H
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #undef HAVE_MEMORY_H
  18. /* Define to 1 if you have the `ppoll' function. */
  19. #undef HAVE_PPOLL
  20. /* Define if you have POSIX threads libraries and header files. */
  21. #undef HAVE_PTHREAD
  22. /* Have PTHREAD_PRIO_INHERIT. */
  23. #undef HAVE_PTHREAD_PRIO_INHERIT
  24. /* Define to 1 if you have the <pwd.h> header file. */
  25. #undef HAVE_PWD_H
  26. /* Define to 1 if you have the `signalfd' function. */
  27. #undef HAVE_SIGNALFD
  28. /* Define to 1 if you have the <stdint.h> header file. */
  29. #undef HAVE_STDINT_H
  30. /* Define to 1 if you have the <stdlib.h> header file. */
  31. #undef HAVE_STDLIB_H
  32. /* Define to 1 if you have the <strings.h> header file. */
  33. #undef HAVE_STRINGS_H
  34. /* Define to 1 if you have the <string.h> header file. */
  35. #undef HAVE_STRING_H
  36. /* Define to 1 if you have the <sys/stat.h> header file. */
  37. #undef HAVE_SYS_STAT_H
  38. /* Define to 1 if you have the <sys/types.h> header file. */
  39. #undef HAVE_SYS_TYPES_H
  40. /* Define to 1 if you have the <unistd.h> header file. */
  41. #undef HAVE_UNISTD_H
  42. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  43. #undef LT_OBJDIR
  44. /* Name of package */
  45. #undef PACKAGE
  46. /* Define to the address where bug reports for this package should be sent. */
  47. #undef PACKAGE_BUGREPORT
  48. /* Define to the full name of this package. */
  49. #undef PACKAGE_NAME
  50. /* Define to the full name and version of this package. */
  51. #undef PACKAGE_STRING
  52. /* Define to the one symbol short name of this package. */
  53. #undef PACKAGE_TARNAME
  54. /* Define to the home page for this package. */
  55. #undef PACKAGE_URL
  56. /* Define to the version of this package. */
  57. #undef PACKAGE_VERSION
  58. /* Define to necessary symbol if this constant uses a non-standard name on
  59. your system. */
  60. #undef PTHREAD_CREATE_JOINABLE
  61. /* The size of `int', as computed by sizeof. */
  62. #undef SIZEOF_INT
  63. /* The size of `long', as computed by sizeof. */
  64. #undef SIZEOF_LONG
  65. /* The size of `size_t', as computed by sizeof. */
  66. #undef SIZEOF_SIZE_T
  67. /* Define to 1 if you have the ANSI C header files. */
  68. #undef STDC_HEADERS
  69. /* Enable extensions on AIX 3, Interix. */
  70. #ifndef _ALL_SOURCE
  71. # undef _ALL_SOURCE
  72. #endif
  73. /* Enable GNU extensions on systems that have them. */
  74. #ifndef _GNU_SOURCE
  75. # undef _GNU_SOURCE
  76. #endif
  77. /* Enable threading extensions on Solaris. */
  78. #ifndef _POSIX_PTHREAD_SEMANTICS
  79. # undef _POSIX_PTHREAD_SEMANTICS
  80. #endif
  81. /* Enable extensions on HP NonStop. */
  82. #ifndef _TANDEM_SOURCE
  83. # undef _TANDEM_SOURCE
  84. #endif
  85. /* Enable general extensions on Solaris. */
  86. #ifndef __EXTENSIONS__
  87. # undef __EXTENSIONS__
  88. #endif
  89. /* Version number of package */
  90. #undef VERSION
  91. /* Use internal getopt() implementation */
  92. #undef WITH_INTERNAL_GETOPT
  93. /* Define to 1 if on MINIX. */
  94. #undef _MINIX
  95. /* Define to 2 if the system does not provide POSIX.1 features except with
  96. this defined. */
  97. #undef _POSIX_1_SOURCE
  98. /* Define to 1 if you need to in order for `stat' and other things to work. */
  99. #undef _POSIX_SOURCE