config.h.in 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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 <inttypes.h> header file. */
  5. #undef HAVE_INTTYPES_H
  6. /* Define to 1 if you have the <memory.h> header file. */
  7. #undef HAVE_MEMORY_H
  8. /* Define to 1 if you have the `secure_getenv' function. */
  9. #undef HAVE_SECURE_GETENV
  10. /* Define to 1 if you have the <stdint.h> header file. */
  11. #undef HAVE_STDINT_H
  12. /* Define to 1 if you have the <stdlib.h> header file. */
  13. #undef HAVE_STDLIB_H
  14. /* Define to 1 if you have the <strings.h> header file. */
  15. #undef HAVE_STRINGS_H
  16. /* Define to 1 if you have the <string.h> header file. */
  17. #undef HAVE_STRING_H
  18. /* Define to 1 if you have the <sys/stat.h> header file. */
  19. #undef HAVE_SYS_STAT_H
  20. /* Define to 1 if you have the <sys/types.h> header file. */
  21. #undef HAVE_SYS_TYPES_H
  22. /* Define to 1 if you have the <unistd.h> header file. */
  23. #undef HAVE_UNISTD_H
  24. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  25. */
  26. #undef LT_OBJDIR
  27. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  28. #undef NO_MINUS_C_MINUS_O
  29. /* Name of package */
  30. #undef PACKAGE
  31. /* Define to the address where bug reports for this package should be sent. */
  32. #undef PACKAGE_BUGREPORT
  33. /* Define to the full name of this package. */
  34. #undef PACKAGE_NAME
  35. /* Define to the full name and version of this package. */
  36. #undef PACKAGE_STRING
  37. /* Define to the one symbol short name of this package. */
  38. #undef PACKAGE_TARNAME
  39. /* Define to the home page for this package. */
  40. #undef PACKAGE_URL
  41. /* Define to the version of this package. */
  42. #undef PACKAGE_VERSION
  43. /* Define to 1 if you have the ANSI C header files. */
  44. #undef STDC_HEADERS
  45. /* Enable extensions on AIX 3, Interix. */
  46. #ifndef _ALL_SOURCE
  47. # undef _ALL_SOURCE
  48. #endif
  49. /* Enable GNU extensions on systems that have them. */
  50. #ifndef _GNU_SOURCE
  51. # undef _GNU_SOURCE
  52. #endif
  53. /* Enable threading extensions on Solaris. */
  54. #ifndef _POSIX_PTHREAD_SEMANTICS
  55. # undef _POSIX_PTHREAD_SEMANTICS
  56. #endif
  57. /* Enable extensions on HP NonStop. */
  58. #ifndef _TANDEM_SOURCE
  59. # undef _TANDEM_SOURCE
  60. #endif
  61. /* Enable general extensions on Solaris. */
  62. #ifndef __EXTENSIONS__
  63. # undef __EXTENSIONS__
  64. #endif
  65. /* Version number of package */
  66. #undef VERSION
  67. /* Define to 1 if on MINIX. */
  68. #undef _MINIX
  69. /* Define to 2 if the system does not provide POSIX.1 features except with
  70. this defined. */
  71. #undef _POSIX_1_SOURCE
  72. /* Define to 1 if you need to in order for `stat' and other things to work. */
  73. #undef _POSIX_SOURCE