config.h.in 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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 where libtool stores uninstalled libraries. */
  23. #undef LT_OBJDIR
  24. /* Disable floating-point API */
  25. #undef OP_DISABLE_FLOAT_API
  26. /* Enable assertions in code */
  27. #undef OP_ENABLE_ASSERTIONS
  28. /* Enable HTTP support */
  29. #undef OP_ENABLE_HTTP
  30. /* Enable fixed-point calculation */
  31. #undef OP_FIXED_POINT
  32. /* Enable use of lrintf function */
  33. #undef OP_HAVE_LRINTF
  34. /* Define to the address where bug reports for this package should be sent. */
  35. #undef PACKAGE_BUGREPORT
  36. /* Define to the full name of this package. */
  37. #undef PACKAGE_NAME
  38. /* Define to the full name and version of this package. */
  39. #undef PACKAGE_STRING
  40. /* Define to the one symbol short name of this package. */
  41. #undef PACKAGE_TARNAME
  42. /* Define to the home page for this package. */
  43. #undef PACKAGE_URL
  44. /* Define to the version of this package. */
  45. #undef PACKAGE_VERSION
  46. /* Define to 1 if you have the ANSI C header files. */
  47. #undef STDC_HEADERS
  48. /* Define this if the compiler supports __attribute__((
  49. ifelse([visibility("default")], , [visibility_default],
  50. [visibility("default")]) )) */
  51. #undef SUPPORT_ATTRIBUTE_VISIBILITY_DEFAULT
  52. /* Define this if the compiler supports the -fvisibility flag */
  53. #undef SUPPORT_FLAG_VISIBILITY
  54. /* Enable extensions on AIX 3, Interix. */
  55. #ifndef _ALL_SOURCE
  56. # undef _ALL_SOURCE
  57. #endif
  58. /* Enable GNU extensions on systems that have them. */
  59. #ifndef _GNU_SOURCE
  60. # undef _GNU_SOURCE
  61. #endif
  62. /* Enable threading extensions on Solaris. */
  63. #ifndef _POSIX_PTHREAD_SEMANTICS
  64. # undef _POSIX_PTHREAD_SEMANTICS
  65. #endif
  66. /* Enable extensions on HP NonStop. */
  67. #ifndef _TANDEM_SOURCE
  68. # undef _TANDEM_SOURCE
  69. #endif
  70. /* Enable general extensions on Solaris. */
  71. #ifndef __EXTENSIONS__
  72. # undef __EXTENSIONS__
  73. #endif
  74. /* Enable large inode numbers on Mac OS X 10.5. */
  75. #ifndef _DARWIN_USE_64_BIT_INODE
  76. # define _DARWIN_USE_64_BIT_INODE 1
  77. #endif
  78. /* Number of bits in a file offset, on hosts where this is settable. */
  79. #undef _FILE_OFFSET_BITS
  80. /* Define for large files, on AIX-style hosts. */
  81. #undef _LARGE_FILES
  82. /* Define to 1 if on MINIX. */
  83. #undef _MINIX
  84. /* Define to 2 if the system does not provide POSIX.1 features except with
  85. this defined. */
  86. #undef _POSIX_1_SOURCE
  87. /* Define to 1 if you need to in order for `stat' and other things to work. */
  88. #undef _POSIX_SOURCE
  89. /* We need at least WindowsXP for getaddrinfo/freeaddrinfo */
  90. #undef _WIN32_WINNT