config.h.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define the BG_BRIDGE_SO value */
  5. #undef BG_BRIDGE_SO
  6. /* Define the BG_DB2_SO value */
  7. #undef BG_DB2_SO
  8. /* Define the BG_SERIAL value */
  9. #undef BG_SERIAL
  10. /* Define BLCR installation home */
  11. #undef BLCR_HOME
  12. /* Define location of cpuset directory */
  13. #undef CPUSET_DIR
  14. /* Define to 1 for debugger partial task attach support. */
  15. #undef DEBUGGER_PARTIAL_ATTACH
  16. /* Define to 1 if using glib-2.32.0 or higher */
  17. #undef GLIB_NEW_THREADS
  18. /* Define to 1 if licensed under terms of the GNU General Public License. */
  19. #undef GPL_LICENSED
  20. /* Define to 1 if using gtk+-2.14.0 or higher */
  21. #undef GTK2_USE_GET_FOCUS
  22. /* Define to 1 if using gtk+-2.10.0 or higher */
  23. #undef GTK2_USE_RADIO_SET
  24. /* Define to 1 if using gtk+-2.12.0 or higher */
  25. #undef GTK2_USE_TOOLTIP
  26. /* Make sure we get the 1.8 HDF5 API */
  27. #undef H5_NO_DEPRECATED_SYMBOLS
  28. /* Define to 1 if 3-dimensional architecture */
  29. #undef HAVE_3D
  30. /* Define to 1 if 4-dimensional architecture */
  31. #undef HAVE_4D
  32. /* Define to 1 for AIX operating system */
  33. #undef HAVE_AIX
  34. /* Define to 1 for Cray XT/XE systems using ALPS */
  35. #undef HAVE_ALPS_CRAY
  36. /* Define to 1 for emulating a Cray XT/XE system using ALPS */
  37. #undef HAVE_ALPS_CRAY_EMULATION
  38. /* Define to 1 if running against an ALPS emulation */
  39. #undef HAVE_ALPS_EMULATION
  40. /* Define to 1 if emulating or running on Blue Gene system */
  41. #undef HAVE_BG
  42. /* Define to 1 if emulating or running on Blue Gene/L system */
  43. #undef HAVE_BGL
  44. /* Define to 1 if emulating or running on Blue Gene/P system */
  45. #undef HAVE_BGP
  46. /* Define to 1 if emulating or running on Blue Gene/Q system */
  47. #undef HAVE_BGQ
  48. /* Define to 1 if have Blue Gene files */
  49. #undef HAVE_BG_FILES
  50. /* Define to 1 if using code where blocks have actions */
  51. #undef HAVE_BG_GET_ACTION
  52. /* Define to 1 if emulating or running on Blue Gene/L or P system */
  53. #undef HAVE_BG_L_P
  54. /* Define to 1 if using code with new iocheck */
  55. #undef HAVE_BG_NEW_IO_CHECK
  56. /* Define to 1 if you have the `cfmakeraw' function. */
  57. #undef HAVE_CFMAKERAW
  58. /* Define to 1 for systems with a Cray network */
  59. #undef HAVE_CRAY_NETWORK
  60. /* Define to 1 if you have the <curses.h> header file. */
  61. #undef HAVE_CURSES_H
  62. /* Define to 1 if DataWarp library found */
  63. #undef HAVE_DATAWARP
  64. /* Define to 1 if you have the declaration of `hstrerror', and to 0 if you
  65. don't. */
  66. #undef HAVE_DECL_HSTRERROR
  67. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  68. don't. */
  69. #undef HAVE_DECL_STRERROR_R
  70. /* Define to 1 if you have the declaration of `strsignal', and to 0 if you
  71. don't. */
  72. #undef HAVE_DECL_STRSIGNAL
  73. /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
  74. don't. */
  75. #undef HAVE_DECL_SYS_SIGLIST
  76. /* Define to 1 if you have the <dirent.h> header file. */
  77. #undef HAVE_DIRENT_H
  78. /* Define to 1 if you have the <dlfcn.h> header file. */
  79. #undef HAVE_DLFCN_H
  80. /* Define to 1 if you have the `eaccess' function. */
  81. #undef HAVE_EACCESS
  82. /* Define to 1 if you have the <errno.h> header file. */
  83. #undef HAVE_ERRNO_H
  84. /* Define to 1 if function EVP_MD_CTX_cleanup exists. */
  85. #undef HAVE_EVP_MD_CTX_CLEANUP
  86. /* Define to 1 if you have the `faccessat' function. */
  87. #undef HAVE_FACCESSAT
  88. /* Define to 1 if you have the `fdatasync' function. */
  89. #undef HAVE_FDATASYNC
  90. /* Define to 1 if you have the <float.h> header file. */
  91. #undef HAVE_FLOAT_H
  92. /* Define to 1 if freeipmi library found */
  93. #undef HAVE_FREEIPMI
  94. /* Define to 1 if running slurmd on front-end only */
  95. #undef HAVE_FRONT_END
  96. /* Define to 1 if you have the `get_current_dir_name' function. */
  97. #undef HAVE_GET_CURRENT_DIR_NAME
  98. /* Defined if you have HDF5 support */
  99. #undef HAVE_HDF5
  100. /* Define to 1 if you have the `hstrerror' function. */
  101. #undef HAVE_HSTRERROR
  102. /* Define to 1 if hwloc library found */
  103. #undef HAVE_HWLOC
  104. /* Define to 1 if hwloc library supports PCI devices */
  105. #undef HAVE_HWLOC_PCI
  106. /* Define to 1 if you have the `inet_aton' function. */
  107. #undef HAVE_INET_ATON
  108. /* Define to 1 if you have the `inet_ntop' function. */
  109. #undef HAVE_INET_NTOP
  110. /* Define to 1 if you have the `inet_pton' function. */
  111. #undef HAVE_INET_PTON
  112. /* Define to 1 if you have the <inttypes.h> header file. */
  113. #undef HAVE_INTTYPES_H
  114. /* Define if you are compiling with json. */
  115. #undef HAVE_JSON
  116. /* Define if headers in include/json-c. */
  117. #undef HAVE_JSON_C_INC
  118. /* Define if headers in include/json. */
  119. #undef HAVE_JSON_INC
  120. /* Define to 1 if you have the <kstat.h> header file. */
  121. #undef HAVE_KSTAT_H
  122. /* Define to 1 if you have a functional curl library. */
  123. #undef HAVE_LIBCURL
  124. /* Define to 1 if you have `z' library (-lz) */
  125. #undef HAVE_LIBZ
  126. /* Define to 1 if you have the <limits.h> header file. */
  127. #undef HAVE_LIMITS_H
  128. /* Define to 1 if you have the <linux/sched.h> header file. */
  129. #undef HAVE_LINUX_SCHED_H
  130. /* Compile with Lua 5.1 */
  131. #undef HAVE_LUA_5_1
  132. /* Compile with Lua 5.2 */
  133. #undef HAVE_LUA_5_2
  134. /* Define to 1 if you have 'lz4' library (-llz4) */
  135. #undef HAVE_LZ4
  136. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  137. to 0 otherwise. */
  138. #undef HAVE_MALLOC
  139. /* Define to 1 if you have the <mcheck.h> header file. */
  140. #undef HAVE_MCHECK_H
  141. /* Define to 1 if you have the <memory.h> header file. */
  142. #undef HAVE_MEMORY_H
  143. /* Define to 1 if you have the `mtrace' function. */
  144. #undef HAVE_MTRACE
  145. /* Define to 1 if using MySQL libaries */
  146. #undef HAVE_MYSQL
  147. /* Define to 1 for running on a Cray in native mode without ALPS */
  148. #undef HAVE_NATIVE_CRAY
  149. /* Define to 1 if alpscomm functions new to CLE 5.2UP01 are defined */
  150. #undef HAVE_NATIVE_CRAY_GA
  151. /* Define to 1 if you have the <ncurses.h> header file. */
  152. #undef HAVE_NCURSES_H
  153. /* Define to 1 if you have the <netdb.h> header file. */
  154. #undef HAVE_NETDB_H
  155. /* Define to 1 if netloc library found */
  156. #undef HAVE_NETLOC
  157. /* Define to 1 if netloc includes use underscore not subdirectory */
  158. #undef HAVE_NETLOC_NOSUB
  159. /* define if you have nrt.h */
  160. #undef HAVE_NRT_H
  161. /* define if numa library installed */
  162. #undef HAVE_NUMA
  163. /* Define to 1 if ofed library found */
  164. #undef HAVE_OFED
  165. /* Define to 1 if using code with pma_query_via */
  166. #undef HAVE_OFED_PMA_QUERY_VIA
  167. /* define if you have openssl. */
  168. #undef HAVE_OPENSSL
  169. /* define if you have the PAM library */
  170. #undef HAVE_PAM
  171. /* Define to 1 if you have the <pam/pam_appl.h> header file. */
  172. #undef HAVE_PAM_PAM_APPL_H
  173. /* Define to 1 if you have the <paths.h> header file. */
  174. #undef HAVE_PATHS_H
  175. /* define if you have permapi_h */
  176. #undef HAVE_PERMAPI_H
  177. /* Define to 1 if pmix library found */
  178. #undef HAVE_PMIX
  179. /* Define if you have Posix semaphores. */
  180. #undef HAVE_POSIX_SEMS
  181. /* Define to 1 if you have the <proctrack.h> header file. */
  182. #undef HAVE_PROCTRACK_H
  183. /* Define if libc sets program_invocation_name */
  184. #undef HAVE_PROGRAM_INVOCATION_NAME
  185. /* Define if you have POSIX threads libraries and header files. */
  186. #undef HAVE_PTHREAD
  187. /* Define to 1 if you have the <pthread.h> header file. */
  188. #undef HAVE_PTHREAD_H
  189. /* Have PTHREAD_PRIO_INHERIT. */
  190. #undef HAVE_PTHREAD_PRIO_INHERIT
  191. /* Define to 1 if you have the `ptrace64' function. */
  192. #undef HAVE_PTRACE64
  193. /* Define to 1 if you have the <pty.h> header file. */
  194. #undef HAVE_PTY_H
  195. /* Define if you are compiling with readline. */
  196. #undef HAVE_READLINE
  197. /* Define to 1 for running on a real Cray system */
  198. #undef HAVE_REAL_CRAY
  199. /* Define to 1 if you have the `sched_setaffinity' function. */
  200. #undef HAVE_SCHED_SETAFFINITY
  201. /* Define to 1 if you have the <security/pam_appl.h> header file. */
  202. #undef HAVE_SECURITY_PAM_APPL_H
  203. /* Define to 1 if you have the `setproctitle' function. */
  204. #undef HAVE_SETPROCTITLE
  205. /* Define to 1 if you have the `setresuid' function. */
  206. #undef HAVE_SETRESUID
  207. /* Define to 1 if you have the <socket.h> header file. */
  208. #undef HAVE_SOCKET_H
  209. /* Define to 1 if you have the `statfs' function. */
  210. #undef HAVE_STATFS
  211. /* Define to 1 if you have the `statvfs' function. */
  212. #undef HAVE_STATVFS
  213. /* Define to 1 if you have the <stdbool.h> header file. */
  214. #undef HAVE_STDBOOL_H
  215. /* Define to 1 if you have the <stdint.h> header file. */
  216. #undef HAVE_STDINT_H
  217. /* Define to 1 if you have the <stdlib.h> header file. */
  218. #undef HAVE_STDLIB_H
  219. /* Define to 1 if you have the `strerror' function. */
  220. #undef HAVE_STRERROR
  221. /* Define to 1 if you have the `strerror_r' function. */
  222. #undef HAVE_STRERROR_R
  223. /* Define to 1 if you have the <strings.h> header file. */
  224. #undef HAVE_STRINGS_H
  225. /* Define to 1 if you have the <string.h> header file. */
  226. #undef HAVE_STRING_H
  227. /* Define to 1 if you have the `strlcpy' function. */
  228. #undef HAVE_STRLCPY
  229. /* Define to 1 if you have the `strndup' function. */
  230. #undef HAVE_STRNDUP
  231. /* Define to 1 if you have the `strsignal' function. */
  232. #undef HAVE_STRSIGNAL
  233. /* Define to 1 if you have the `sysctlbyname' function. */
  234. #undef HAVE_SYSCTLBYNAME
  235. /* Define to 1 if you have the <sysint.h> header file. */
  236. #undef HAVE_SYSINT_H
  237. /* Define to 1 if you have the <sys/dr.h> header file. */
  238. #undef HAVE_SYS_DR_H
  239. /* Define to 1 if you have the <sys/ipc.h> header file. */
  240. #undef HAVE_SYS_IPC_H
  241. /* Define to 1 if you have the <sys/prctl.h> header file. */
  242. #undef HAVE_SYS_PRCTL_H
  243. /* Define to 1 if you have the <sys/ptrace.h> header file. */
  244. #undef HAVE_SYS_PTRACE_H
  245. /* Define to 1 if you have the <sys/sem.h> header file. */
  246. #undef HAVE_SYS_SEM_H
  247. /* Define to 1 if you have the <sys/shm.h> header file. */
  248. #undef HAVE_SYS_SHM_H
  249. /* Define to 1 if you have the <sys/socket.h> header file. */
  250. #undef HAVE_SYS_SOCKET_H
  251. /* Define to 1 if you have the <sys/statfs.h> header file. */
  252. #undef HAVE_SYS_STATFS_H
  253. /* Define to 1 if you have the <sys/statvfs.h> header file. */
  254. #undef HAVE_SYS_STATVFS_H
  255. /* Define to 1 if you have the <sys/stat.h> header file. */
  256. #undef HAVE_SYS_STAT_H
  257. /* Define to 1 if you have the <sys/sysctl.h> header file. */
  258. #undef HAVE_SYS_SYSCTL_H
  259. /* Define to 1 if you have the <sys/syslog.h> header file. */
  260. #undef HAVE_SYS_SYSLOG_H
  261. /* Define to 1 if you have the <sys/systemcfg.h> header file. */
  262. #undef HAVE_SYS_SYSTEMCFG_H
  263. /* Define to 1 if you have the <sys/types.h> header file. */
  264. #undef HAVE_SYS_TYPES_H
  265. /* Define to 1 if you have the <sys/vfs.h> header file. */
  266. #undef HAVE_SYS_VFS_H
  267. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  268. #undef HAVE_SYS_WAIT_H
  269. /* Define to 1 if you have the <termcap.h> header file. */
  270. #undef HAVE_TERMCAP_H
  271. /* Define to 1 if you have the <unistd.h> header file. */
  272. #undef HAVE_UNISTD_H
  273. /* Define to 1 if you have the `unsetenv' function. */
  274. #undef HAVE_UNSETENV
  275. /* Define to 1 if you have the <utmp.h> header file. */
  276. #undef HAVE_UTMP_H
  277. /* Define to 1 if you have the <values.h> header file. */
  278. #undef HAVE_VALUES_H
  279. /* Define if you have __progname. */
  280. #undef HAVE__PROGNAME
  281. /* Define to 1 if you have the external variable, _system_configuration with a
  282. member named physmem. */
  283. #undef HAVE__SYSTEM_CONFIGURATION
  284. /* Defined if libcurl supports AsynchDNS */
  285. #undef LIBCURL_FEATURE_ASYNCHDNS
  286. /* Defined if libcurl supports IDN */
  287. #undef LIBCURL_FEATURE_IDN
  288. /* Defined if libcurl supports IPv6 */
  289. #undef LIBCURL_FEATURE_IPV6
  290. /* Defined if libcurl supports KRB4 */
  291. #undef LIBCURL_FEATURE_KRB4
  292. /* Defined if libcurl supports libz */
  293. #undef LIBCURL_FEATURE_LIBZ
  294. /* Defined if libcurl supports NTLM */
  295. #undef LIBCURL_FEATURE_NTLM
  296. /* Defined if libcurl supports SSL */
  297. #undef LIBCURL_FEATURE_SSL
  298. /* Defined if libcurl supports SSPI */
  299. #undef LIBCURL_FEATURE_SSPI
  300. /* Defined if libcurl supports DICT */
  301. #undef LIBCURL_PROTOCOL_DICT
  302. /* Defined if libcurl supports FILE */
  303. #undef LIBCURL_PROTOCOL_FILE
  304. /* Defined if libcurl supports FTP */
  305. #undef LIBCURL_PROTOCOL_FTP
  306. /* Defined if libcurl supports FTPS */
  307. #undef LIBCURL_PROTOCOL_FTPS
  308. /* Defined if libcurl supports HTTP */
  309. #undef LIBCURL_PROTOCOL_HTTP
  310. /* Defined if libcurl supports HTTPS */
  311. #undef LIBCURL_PROTOCOL_HTTPS
  312. /* Defined if libcurl supports IMAP */
  313. #undef LIBCURL_PROTOCOL_IMAP
  314. /* Defined if libcurl supports LDAP */
  315. #undef LIBCURL_PROTOCOL_LDAP
  316. /* Defined if libcurl supports POP3 */
  317. #undef LIBCURL_PROTOCOL_POP3
  318. /* Defined if libcurl supports RTSP */
  319. #undef LIBCURL_PROTOCOL_RTSP
  320. /* Defined if libcurl supports SMTP */
  321. #undef LIBCURL_PROTOCOL_SMTP
  322. /* Defined if libcurl supports TELNET */
  323. #undef LIBCURL_PROTOCOL_TELNET
  324. /* Defined if libcurl supports TFTP */
  325. #undef LIBCURL_PROTOCOL_TFTP
  326. /* Define the libnrt.so location */
  327. #undef LIBNRT_SO
  328. /* Define to 1 for --get-user-env to load user environment without .login */
  329. #undef LOAD_ENV_NO_LOGIN
  330. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  331. #undef LT_OBJDIR
  332. /* Define to 1 for memory leak debugging. */
  333. #undef MEMORY_LEAK_DEBUG
  334. /* Enable multiple slurmd on one node */
  335. #undef MULTIPLE_SLURMD
  336. /* Define to 1 if with non thread-safe code */
  337. #undef MYSQL_NOT_THREAD_SAFE
  338. /* Define to 1 if you are building a production release. */
  339. #undef NDEBUG
  340. /* Define to 1 if we can't use the alter ignore when messing with a database
  341. table */
  342. #undef NO_ALTER_IGNORE_MYSQL
  343. /* Define to the address where bug reports for this package should be sent. */
  344. #undef PACKAGE_BUGREPORT
  345. /* Define to the full name of this package. */
  346. #undef PACKAGE_NAME
  347. /* Define to the full name and version of this package. */
  348. #undef PACKAGE_STRING
  349. /* Define to the one symbol short name of this package. */
  350. #undef PACKAGE_TARNAME
  351. /* Define to the home page for this package. */
  352. #undef PACKAGE_URL
  353. /* Define to the version of this package. */
  354. #undef PACKAGE_VERSION
  355. /* Define PAM module installation directory. */
  356. #undef PAM_DIR
  357. /* Define the project's name. */
  358. #undef PROJECT
  359. /* Define to necessary symbol if this constant uses a non-standard name on
  360. your system. */
  361. #undef PTHREAD_CREATE_JOINABLE
  362. /* Define to 1 if ptrace takes five arguments. */
  363. #undef PTRACE_FIVE_ARGS
  364. /* Define the project's release. */
  365. #undef RELEASE
  366. /* Define to 1 for salloc to kill child processes at job termination */
  367. #undef SALLOC_KILL_CMD
  368. /* Define to 1 to require salloc execution in the foreground. */
  369. #undef SALLOC_RUN_FOREGROUND
  370. /* Define to 1 if sched_getaffinity takes three arguments. */
  371. #undef SCHED_GETAFFINITY_THREE_ARGS
  372. /* Define to 1 if sched_getaffinity takes two arguments. */
  373. #undef SCHED_GETAFFINITY_TWO_ARGS
  374. /* Define to 1 if setpgrp takes two arguments. */
  375. #undef SETPGRP_TWO_ARGS
  376. /* Define if you need setproctitle padding */
  377. #undef SETPROCTITLE_PS_PADDING
  378. /* Define to the setproctitle() emulation type */
  379. #undef SETPROCTITLE_STRATEGY
  380. /* Define path to sleep command */
  381. #undef SLEEP_CMD
  382. /* Define the default port number for slurmctld */
  383. #undef SLURMCTLD_PORT
  384. /* Define the default port count for slurmctld */
  385. #undef SLURMCTLD_PORT_COUNT
  386. /* Define the default port number for slurmdbd */
  387. #undef SLURMDBD_PORT
  388. /* Define the default port number for slurmd */
  389. #undef SLURMD_PORT
  390. /* API current age */
  391. #undef SLURM_API_AGE
  392. /* API current version */
  393. #undef SLURM_API_CURRENT
  394. /* API current major */
  395. #undef SLURM_API_MAJOR
  396. /* API current rev */
  397. #undef SLURM_API_REVISION
  398. /* Define the API's version */
  399. #undef SLURM_API_VERSION
  400. /* Define if your architecture's byteorder is big endian. */
  401. #undef SLURM_BIGENDIAN
  402. /* Define the project's major version. */
  403. #undef SLURM_MAJOR
  404. /* Define the project's micro version. */
  405. #undef SLURM_MICRO
  406. /* Define the project's minor version. */
  407. #undef SLURM_MINOR
  408. /* Define Slurm installation prefix */
  409. #undef SLURM_PREFIX
  410. /* Define to 1 if running slurm simulator */
  411. #undef SLURM_SIMULATOR
  412. /* SLURM Version Number */
  413. #undef SLURM_VERSION_NUMBER
  414. /* Define the project's version string. */
  415. #undef SLURM_VERSION_STRING
  416. /* Define to 1 if you have the ANSI C header files. */
  417. #undef STDC_HEADERS
  418. /* Define to 1 if strerror_r returns char *. */
  419. #undef STRERROR_R_CHAR_P
  420. /* Define path to su command */
  421. #undef SUCMD
  422. /* 3-dimensional architecture */
  423. #undef SYSTEM_DIMENSIONS
  424. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  425. #undef TIME_WITH_SYS_TIME
  426. /* Define slurm_ prefix function aliases for plugins */
  427. #undef USE_ALIAS
  428. /* define if using ISO 8601 time format */
  429. #undef USE_ISO_8601
  430. /* Define the project's version. */
  431. #undef VERSION
  432. /* Define if you have pthreads. */
  433. #undef WITH_PTHREADS
  434. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  435. significant byte first (like Motorola and SPARC, unlike Intel). */
  436. #if defined AC_APPLE_UNIVERSAL_BUILD
  437. # if defined __BIG_ENDIAN__
  438. # define WORDS_BIGENDIAN 1
  439. # endif
  440. #else
  441. # ifndef WORDS_BIGENDIAN
  442. # undef WORDS_BIGENDIAN
  443. # endif
  444. #endif
  445. /* Enable large inode numbers on Mac OS X 10.5. */
  446. #ifndef _DARWIN_USE_64_BIT_INODE
  447. # define _DARWIN_USE_64_BIT_INODE 1
  448. #endif
  449. /* Number of bits in a file offset, on hosts where this is settable. */
  450. #undef _FILE_OFFSET_BITS
  451. /* Define for large files, on AIX-style hosts. */
  452. #undef _LARGE_FILES
  453. /* Define curl_free() as free() if our version of curl lacks curl_free. */
  454. #undef curl_free
  455. /* Define to rpl_malloc if the replacement function should be used. */
  456. #undef malloc