config.h 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Define if building universal (internal helper macro) */
  4. /* #undef AC_APPLE_UNIVERSAL_BUILD */
  5. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  6. systems. This function is required for `alloca.c' support on those systems.
  7. */
  8. /* #undef CRAY_STACKSEG_END */
  9. /* Define to 1 if using `alloca.c'. */
  10. /* #undef C_ALLOCA */
  11. /* Define to 1 if you have the `alarm' function. */
  12. #define HAVE_ALARM 1
  13. /* Define to 1 if you have `alloca', as a function or macro. */
  14. #define HAVE_ALLOCA 1
  15. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  16. */
  17. #define HAVE_ALLOCA_H 1
  18. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  19. don't. */
  20. #define HAVE_DECL_STRERROR_R 1
  21. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  22. /* #undef HAVE_DOPRNT */
  23. /* Define to 1 if you have the <fcntl.h> header file. */
  24. #define HAVE_FCNTL_H 1
  25. /* Define to 1 if you have the <fenv.h> header file. */
  26. #define HAVE_FENV_H 1
  27. /* Define to 1 if you have the <float.h> header file. */
  28. #define HAVE_FLOAT_H 1
  29. /* Define to 1 if you have the `floor' function. */
  30. /* #undef HAVE_FLOOR */
  31. /* Define to 1 if you have the `ftruncate' function. */
  32. #define HAVE_FTRUNCATE 1
  33. /* Define to 1 if you have the `gethostname' function. */
  34. #define HAVE_GETHOSTNAME 1
  35. /* Define to 1 if you have the `gettimeofday' function. */
  36. #define HAVE_GETTIMEOFDAY 1
  37. /* Define to 1 if you have the <inttypes.h> header file. */
  38. #define HAVE_INTTYPES_H 1
  39. /* Define to 1 if you have the <libintl.h> header file. */
  40. #define HAVE_LIBINTL_H 1
  41. /* Define to 1 if you have the <limits.h> header file. */
  42. #define HAVE_LIMITS_H 1
  43. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  44. to 0 otherwise. */
  45. #define HAVE_MALLOC 1
  46. /* Define to 1 if you have the <malloc.h> header file. */
  47. #define HAVE_MALLOC_H 1
  48. /* Define to 1 if you have the `memmove' function. */
  49. #define HAVE_MEMMOVE 1
  50. /* Define to 1 if you have the <memory.h> header file. */
  51. #define HAVE_MEMORY_H 1
  52. /* Define to 1 if you have the `memset' function. */
  53. #define HAVE_MEMSET 1
  54. /* Define to 1 if you have the `mkdir' function. */
  55. #define HAVE_MKDIR 1
  56. /* Define to 1 if you have the <netdb.h> header file. */
  57. #define HAVE_NETDB_H 1
  58. /* Define to 1 if you have the `pow' function. */
  59. /* #undef HAVE_POW */
  60. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  61. and to 0 otherwise. */
  62. #define HAVE_REALLOC 1
  63. /* Define to 1 if you have the `sqrt' function. */
  64. /* #undef HAVE_SQRT */
  65. /* Define to 1 if `stat' has the bug that it succeeds when given the
  66. zero-length file name argument. */
  67. /* #undef HAVE_STAT_EMPTY_STRING_BUG */
  68. /* Define to 1 if stdbool.h conforms to C99. */
  69. #define HAVE_STDBOOL_H 1
  70. /* Define to 1 if you have the <stddef.h> header file. */
  71. #define HAVE_STDDEF_H 1
  72. /* Define to 1 if you have the <stdint.h> header file. */
  73. #define HAVE_STDINT_H 1
  74. /* Define to 1 if you have the <stdlib.h> header file. */
  75. #define HAVE_STDLIB_H 1
  76. /* Define to 1 if you have the `strchr' function. */
  77. #define HAVE_STRCHR 1
  78. /* Define to 1 if you have the `strdup' function. */
  79. #define HAVE_STRDUP 1
  80. /* Define to 1 if you have the `strerror' function. */
  81. #define HAVE_STRERROR 1
  82. /* Define to 1 if you have the `strerror_r' function. */
  83. #define HAVE_STRERROR_R 1
  84. /* Define to 1 if you have the `strftime' function. */
  85. #define HAVE_STRFTIME 1
  86. /* Define to 1 if you have the <strings.h> header file. */
  87. #define HAVE_STRINGS_H 1
  88. /* Define to 1 if you have the <string.h> header file. */
  89. #define HAVE_STRING_H 1
  90. /* Define to 1 if you have the `strrchr' function. */
  91. #define HAVE_STRRCHR 1
  92. /* Define to 1 if you have the `strtol' function. */
  93. #define HAVE_STRTOL 1
  94. /* Define to 1 if you have the `strtoul' function. */
  95. #define HAVE_STRTOUL 1
  96. /* Define to 1 if you have the <sys/socket.h> header file. */
  97. #define HAVE_SYS_SOCKET_H 1
  98. /* Define to 1 if you have the <sys/stat.h> header file. */
  99. #define HAVE_SYS_STAT_H 1
  100. /* Define to 1 if you have the <sys/time.h> header file. */
  101. #define HAVE_SYS_TIME_H 1
  102. /* Define to 1 if you have the <sys/types.h> header file. */
  103. #define HAVE_SYS_TYPES_H 1
  104. /* Define to 1 if you have the <unistd.h> header file. */
  105. #define HAVE_UNISTD_H 1
  106. /* Define to 1 if you have the `vprintf' function. */
  107. #define HAVE_VPRINTF 1
  108. /* Define to 1 if you have the <windows.h> header file. */
  109. /* #undef HAVE_WINDOWS_H */
  110. /* Define to 1 if the system has the type `_Bool'. */
  111. #define HAVE__BOOL 1
  112. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  113. slash. */
  114. #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
  115. /* If MCELL unsafe signal handlers are enabled */
  116. /* #undef MCELL_UNSAFE_SIGHANDLERS */
  117. /* Define to 1 if assertions should be disabled. */
  118. /* #undef NDEBUG */
  119. /* Name of package */
  120. #define PACKAGE "mcell"
  121. /* Define to the address where bug reports for this package should be sent. */
  122. #define PACKAGE_BUGREPORT "[email protected]"
  123. /* Define to the full name of this package. */
  124. #define PACKAGE_NAME "mcell"
  125. /* Define to the full name and version of this package. */
  126. #define PACKAGE_STRING "mcell 3.3"
  127. /* Define to the one symbol short name of this package. */
  128. #define PACKAGE_TARNAME "mcell"
  129. /* Define to the home page for this package. */
  130. #define PACKAGE_URL ""
  131. /* Define to the version of this package. */
  132. #define PACKAGE_VERSION "3.3"
  133. /* If using the C implementation of alloca, define if you know the
  134. direction of stack growth for your system; otherwise it will be
  135. automatically deduced at runtime.
  136. STACK_DIRECTION > 0 => grows toward higher addresses
  137. STACK_DIRECTION < 0 => grows toward lower addresses
  138. STACK_DIRECTION = 0 => direction of growth unknown */
  139. /* #undef STACK_DIRECTION */
  140. /* Define to 1 if you have the ANSI C header files. */
  141. #define STDC_HEADERS 1
  142. /* Define to 1 if strerror_r returns char *. */
  143. /* #undef STRERROR_R_CHAR_P */
  144. /* Version number of package */
  145. #define VERSION "3.3"
  146. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  147. significant byte first (like Motorola and SPARC, unlike Intel). */
  148. #if defined AC_APPLE_UNIVERSAL_BUILD
  149. # if defined __BIG_ENDIAN__
  150. # define WORDS_BIGENDIAN 1
  151. # endif
  152. #else
  153. # ifndef WORDS_BIGENDIAN
  154. /* # undef WORDS_BIGENDIAN */
  155. # endif
  156. #endif
  157. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  158. `char[]'. */
  159. #define YYTEXT_POINTER 1
  160. /* Enable large inode numbers on Mac OS X 10.5. */
  161. #ifndef _DARWIN_USE_64_BIT_INODE
  162. # define _DARWIN_USE_64_BIT_INODE 1
  163. #endif
  164. /* Number of bits in a file offset, on hosts where this is settable. */
  165. /* #undef _FILE_OFFSET_BITS */
  166. /* Define for large files, on AIX-style hosts. */
  167. /* #undef _LARGE_FILES */
  168. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  169. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  170. #define below would cause a syntax error. */
  171. /* #undef _UINT32_T */
  172. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  173. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  174. #define below would cause a syntax error. */
  175. /* #undef _UINT8_T */
  176. /* Define to empty if `const' does not conform to ANSI C. */
  177. /* #undef const */
  178. /* Define to `__inline__' or `__inline' if that's what the C compiler
  179. calls it, or to nothing if 'inline' is not supported under any name. */
  180. #ifndef __cplusplus
  181. /* #undef inline */
  182. #endif
  183. /* Define to the type of a signed integer type of width exactly 16 bits if
  184. such a type exists and the standard includes do not define it. */
  185. /* #undef int16_t */
  186. /* Define to the type of a signed integer type of width exactly 32 bits if
  187. such a type exists and the standard includes do not define it. */
  188. /* #undef int32_t */
  189. /* Define to the type of a signed integer type of width exactly 64 bits if
  190. such a type exists and the standard includes do not define it. */
  191. /* #undef int64_t */
  192. /* Define to the type of a signed integer type of width exactly 8 bits if such
  193. a type exists and the standard includes do not define it. */
  194. /* #undef int8_t */
  195. /* Define to rpl_malloc if the replacement function should be used. */
  196. /* #undef malloc */
  197. /* Define to rpl_realloc if the replacement function should be used. */
  198. /* #undef realloc */
  199. /* Define to `unsigned int' if <sys/types.h> does not define. */
  200. /* #undef size_t */
  201. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  202. such a type exists and the standard includes do not define it. */
  203. /* #undef uint16_t */
  204. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  205. such a type exists and the standard includes do not define it. */
  206. /* #undef uint32_t */
  207. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  208. such a type exists and the standard includes do not define it. */
  209. /* #undef uint8_t */
  210. #ifdef _WIN32
  211. #include "config-win.h"
  212. #else
  213. #include "config-nix.h"
  214. #endif