config.h.in 2.2 KB

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