config.in 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. /* config.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if translation of program messages to the user's native
  5. language is requested. */
  6. #undef ENABLE_NLS
  7. /* Define to 1 if you have the `aint' function. */
  8. #undef HAVE_AINT
  9. /* Define to 1 if you have the `anint' function. */
  10. #undef HAVE_ANINT
  11. /* Define to 1 if you have the <dlfcn.h> header file. */
  12. #undef HAVE_DLFCN_H
  13. /* Define if dv-sockser is usable. */
  14. #undef HAVE_DV_SOCKSER
  15. /* Define to 1 if you have the <errno.h> header file. */
  16. #undef HAVE_ERRNO_H
  17. /* Define to 1 if you have the <fcntl.h> header file. */
  18. #undef HAVE_FCNTL_H
  19. /* Define to 1 if you have the <fpu_control.h> header file. */
  20. #undef HAVE_FPU_CONTROL_H
  21. /* Define to 1 if you have the `getrusage' function. */
  22. #undef HAVE_GETRUSAGE
  23. /* Define to 1 if you have the <inttypes.h> header file. */
  24. #undef HAVE_INTTYPES_H
  25. /* Define to 1 if you have the `m' library (-lm). */
  26. #undef HAVE_LIBM
  27. /* Define to 1 if you have the `nsl' library (-lnsl). */
  28. #undef HAVE_LIBNSL
  29. /* Define to 1 if you have the `socket' library (-lsocket). */
  30. #undef HAVE_LIBSOCKET
  31. /* Define to 1 if you have the <memory.h> header file. */
  32. #undef HAVE_MEMORY_H
  33. /* Define to 1 if you have the `sigaction' function. */
  34. #undef HAVE_SIGACTION
  35. /* Define to 1 if you have the `sqrt' function. */
  36. #undef HAVE_SQRT
  37. /* Define to 1 if you have the <stdint.h> header file. */
  38. #undef HAVE_STDINT_H
  39. /* Define to 1 if you have the <stdlib.h> header file. */
  40. #undef HAVE_STDLIB_H
  41. /* Define to 1 if you have the <strings.h> header file. */
  42. #undef HAVE_STRINGS_H
  43. /* Define to 1 if you have the <string.h> header file. */
  44. #undef HAVE_STRING_H
  45. /* Define to 1 if you have the <sys/resource.h> header file. */
  46. #undef HAVE_SYS_RESOURCE_H
  47. /* Define to 1 if you have the <sys/stat.h> header file. */
  48. #undef HAVE_SYS_STAT_H
  49. /* Define to 1 if you have the <sys/time.h> header file. */
  50. #undef HAVE_SYS_TIME_H
  51. /* Define to 1 if you have the <sys/types.h> header file. */
  52. #undef HAVE_SYS_TYPES_H
  53. /* Define to 1 if you have the `time' function. */
  54. #undef HAVE_TIME
  55. /* Define to 1 if you have the <time.h> header file. */
  56. #undef HAVE_TIME_H
  57. /* Define to 1 if you have the <unistd.h> header file. */
  58. #undef HAVE_UNISTD_H
  59. /* Define to 1 if you have the <windows.h> header file. */
  60. #undef HAVE_WINDOWS_H
  61. /* Define to 1 if you have the `__setfpucw' function. */
  62. #undef HAVE___SETFPUCW
  63. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  64. */
  65. #undef LT_OBJDIR
  66. /* Name of this package. */
  67. #undef PACKAGE
  68. /* Define to the address where bug reports for this package should be sent. */
  69. #undef PACKAGE_BUGREPORT
  70. /* Define to the full name of this package. */
  71. #undef PACKAGE_NAME
  72. /* Define to the full name and version of this package. */
  73. #undef PACKAGE_STRING
  74. /* Define to the one symbol short name of this package. */
  75. #undef PACKAGE_TARNAME
  76. /* Define to the home page for this package. */
  77. #undef PACKAGE_URL
  78. /* Define to the version of this package. */
  79. #undef PACKAGE_VERSION
  80. /* Additional package description */
  81. #undef PKGVERSION
  82. /* Bug reporting address */
  83. #undef REPORT_BUGS_TO
  84. /* Define as the return type of signal handlers (`int' or `void'). */
  85. #undef RETSIGTYPE
  86. /* Define to 1 if you have the ANSI C header files. */
  87. #undef STDC_HEADERS
  88. /* Enable extensions on AIX 3, Interix. */
  89. #ifndef _ALL_SOURCE
  90. # undef _ALL_SOURCE
  91. #endif
  92. /* Enable GNU extensions on systems that have them. */
  93. #ifndef _GNU_SOURCE
  94. # undef _GNU_SOURCE
  95. #endif
  96. /* Enable threading extensions on Solaris. */
  97. #ifndef _POSIX_PTHREAD_SEMANTICS
  98. # undef _POSIX_PTHREAD_SEMANTICS
  99. #endif
  100. /* Enable extensions on HP NonStop. */
  101. #ifndef _TANDEM_SOURCE
  102. # undef _TANDEM_SOURCE
  103. #endif
  104. /* Enable general extensions on Solaris. */
  105. #ifndef __EXTENSIONS__
  106. # undef __EXTENSIONS__
  107. #endif
  108. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  109. significant byte first (like Motorola and SPARC, unlike Intel). */
  110. #if defined AC_APPLE_UNIVERSAL_BUILD
  111. # if defined __BIG_ENDIAN__
  112. # define WORDS_BIGENDIAN 1
  113. # endif
  114. #else
  115. # ifndef WORDS_BIGENDIAN
  116. # undef WORDS_BIGENDIAN
  117. # endif
  118. #endif
  119. /* Define to 1 if on MINIX. */
  120. #undef _MINIX
  121. /* Define to 2 if the system does not provide POSIX.1 features except with
  122. this defined. */
  123. #undef _POSIX_1_SOURCE
  124. /* Define to 1 if you need to in order for `stat' and other things to work. */
  125. #undef _POSIX_SOURCE
  126. #include "tconfig.h"