config.in 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486
  1. /* src/config.in. Generated from configure.in by autoheader. */
  2. /* GNU Emacs site configuration template file.
  3. Copyright (C) 1988, 1993-1994, 1999-2002, 2004-2012
  4. Free Software Foundation, Inc.
  5. This file is part of GNU Emacs.
  6. GNU Emacs is free software: you can redistribute it and/or modify
  7. it under the terms of the GNU General Public License as published by
  8. the Free Software Foundation, either version 3 of the License, or
  9. (at your option) any later version.
  10. GNU Emacs is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. GNU General Public License for more details.
  14. You should have received a copy of the GNU General Public License
  15. along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
  16. /* No code in Emacs #includes config.h twice, but some bits of code
  17. intended to work with other packages as well (like gmalloc.c)
  18. think they can include it as many times as they like. */
  19. #ifndef EMACS_CONFIG_H
  20. #define EMACS_CONFIG_H
  21. /* Define if building universal (internal helper macro) */
  22. #undef AC_APPLE_UNIVERSAL_BUILD
  23. /* Define to the number of bits in type 'ptrdiff_t'. */
  24. #undef BITSIZEOF_PTRDIFF_T
  25. /* Define to the number of bits in type 'sig_atomic_t'. */
  26. #undef BITSIZEOF_SIG_ATOMIC_T
  27. /* Define to the number of bits in type 'size_t'. */
  28. #undef BITSIZEOF_SIZE_T
  29. /* Define to the number of bits in type 'wchar_t'. */
  30. #undef BITSIZEOF_WCHAR_T
  31. /* Define to the number of bits in type 'wint_t'. */
  32. #undef BITSIZEOF_WINT_T
  33. /* Define if Emacs cannot be dumped on your system. */
  34. #undef CANNOT_DUMP
  35. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  36. systems. This function is required for `alloca.c' support on those systems.
  37. */
  38. #undef CRAY_STACKSEG_END
  39. /* Define to 1 if using `alloca.c'. */
  40. #undef C_ALLOCA
  41. /* Define to 1 for DGUX with <sys/dg_sys_info.h>. */
  42. #undef DGUX
  43. /* Define to 1 if you are using the GNU C Library. */
  44. #undef DOUG_LEA_MALLOC
  45. /* Define to the canonical Emacs configuration name. */
  46. #undef EMACS_CONFIGURATION
  47. /* Define to the options passed to configure. */
  48. #undef EMACS_CONFIG_OPTIONS
  49. /* Enable expensive run-time checking of data types? */
  50. #undef ENABLE_CHECKING
  51. /* Define this to check for errors in cons list. */
  52. #undef GC_CHECK_CONS_LIST
  53. /* Define this temporarily to hunt a bug. If defined, the size of strings is
  54. redundantly recorded in sdata structures so that it can be compared to the
  55. sizes recorded in Lisp strings. */
  56. #undef GC_CHECK_STRING_BYTES
  57. /* Define this to check the string free list. */
  58. #undef GC_CHECK_STRING_FREE_LIST
  59. /* Define this to check for short string overrun. */
  60. #undef GC_CHECK_STRING_OVERRUN
  61. /* Define to 1 if the `getpgrp' function requires zero arguments. */
  62. #undef GETPGRP_VOID
  63. /* Define to 1 if gettimeofday accepts only one argument. */
  64. #undef GETTIMEOFDAY_ONE_ARGUMENT
  65. /* Define to make the limit macros in <stdint.h> visible. */
  66. #undef GL_TRIGGER_STDC_LIMIT_MACROS
  67. /* Define to 1 if you want to use the GNU memory allocator. */
  68. #undef GNU_MALLOC
  69. /* Define to 1 if the file /usr/lpp/X11/bin/smt.exp exists. */
  70. #undef HAVE_AIX_SMT_EXP
  71. /* Define to 1 if you have the `alarm' function. */
  72. #undef HAVE_ALARM
  73. /* Define to 1 if you have 'alloca' after including <alloca.h>, a header that
  74. may be supplied by this distribution. */
  75. #undef HAVE_ALLOCA
  76. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  77. */
  78. #undef HAVE_ALLOCA_H
  79. /* Define to 1 if ALSA is available. */
  80. #undef HAVE_ALSA
  81. /* Define to 1 if GCC-style __attribute__ ((__aligned__ (expr))) works. */
  82. #undef HAVE_ATTRIBUTE_ALIGNED
  83. /* Define to 1 if strtold conforms to C99. */
  84. #undef HAVE_C99_STRTOLD
  85. /* Define to 1 if you have the `cbrt' function. */
  86. #undef HAVE_CBRT
  87. /* Define to 1 if you have the `cfmakeraw' function. */
  88. #undef HAVE_CFMAKERAW
  89. /* Define to 1 if you have the `cfsetspeed' function. */
  90. #undef HAVE_CFSETSPEED
  91. /* Define to 1 if you have the `closedir' function. */
  92. #undef HAVE_CLOSEDIR
  93. /* Define to 1 if you have the <coff.h> header file. */
  94. #undef HAVE_COFF_H
  95. /* Define to 1 if you have the <com_err.h> header file. */
  96. #undef HAVE_COM_ERR_H
  97. /* Define to 1 if you have the `copysign' function. */
  98. #undef HAVE_COPYSIGN
  99. /* Define to 1 if using D-Bus. */
  100. #undef HAVE_DBUS
  101. /* Define to 1 if you have the `dbus_watch_get_unix_fd' function. */
  102. #undef HAVE_DBUS_WATCH_GET_UNIX_FD
  103. /* Define to 1 if you have the declaration of `getenv', and to 0 if you don't.
  104. */
  105. #undef HAVE_DECL_GETENV
  106. /* Define to 1 if you have the declaration of `localtime_r', and to 0 if you
  107. don't. */
  108. #undef HAVE_DECL_LOCALTIME_R
  109. /* Define to 1 if you have the declaration of `strmode', and to 0 if you
  110. don't. */
  111. #undef HAVE_DECL_STRMODE
  112. /* Define to 1 if you have the declaration of `strtoimax', and to 0 if you
  113. don't. */
  114. #undef HAVE_DECL_STRTOIMAX
  115. /* Define to 1 if you have the declaration of `strtoll', and to 0 if you
  116. don't. */
  117. #undef HAVE_DECL_STRTOLL
  118. /* Define to 1 if you have the declaration of `strtoull', and to 0 if you
  119. don't. */
  120. #undef HAVE_DECL_STRTOULL
  121. /* Define to 1 if you have the declaration of `strtoumax', and to 0 if you
  122. don't. */
  123. #undef HAVE_DECL_STRTOUMAX
  124. /* Define to 1 if you have the declaration of `sys_siglist', and to 0 if you
  125. don't. */
  126. #undef HAVE_DECL_SYS_SIGLIST
  127. /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
  128. */
  129. #undef HAVE_DECL_TZNAME
  130. /* Define to 1 if you have the declaration of `__sys_siglist', and to 0 if you
  131. don't. */
  132. #undef HAVE_DECL___SYS_SIGLIST
  133. /* Define to 1 if you have the <des.h> header file. */
  134. #undef HAVE_DES_H
  135. /* Define to 1 if dynamic ptys are supported. */
  136. #undef HAVE_DEV_PTMX
  137. /* Define to 1 if you have the `difftime' function. */
  138. #undef HAVE_DIFFTIME
  139. /* Define to 1 if you have the <dirent.h> header file. */
  140. #undef HAVE_DIRENT_H
  141. /* Define to 1 if you have the 'dup2' function. */
  142. #undef HAVE_DUP2
  143. /* Define to 1 if you have the `euidaccess' function. */
  144. #undef HAVE_EUIDACCESS
  145. /* Define to 1 if you have the <fcntl.h> header file. */
  146. #undef HAVE_FCNTL_H
  147. /* Define to 1 if you have the `fmod' function. */
  148. #undef HAVE_FMOD
  149. /* Define to 1 if you have the `fork' function. */
  150. #undef HAVE_FORK
  151. /* Define to 1 if you have the `fpathconf' function. */
  152. #undef HAVE_FPATHCONF
  153. /* Define to 1 if you have the `freeifaddrs' function. */
  154. #undef HAVE_FREEIFADDRS
  155. /* Define to 1 if using the freetype and fontconfig libraries. */
  156. #undef HAVE_FREETYPE
  157. /* Define to 1 if you have the `frexp' function. */
  158. #undef HAVE_FREXP
  159. /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
  160. #undef HAVE_FSEEKO
  161. /* Define to 1 if you have the `fsync' function. */
  162. #undef HAVE_FSYNC
  163. /* Define to 1 if you have the `ftime' function. */
  164. #undef HAVE_FTIME
  165. /* Define to 1 if you have the `gai_strerror' function. */
  166. #undef HAVE_GAI_STRERROR
  167. /* Define to 1 if using GConf. */
  168. #undef HAVE_GCONF
  169. /* Define to 1 if you have the `getaddrinfo' function. */
  170. #undef HAVE_GETADDRINFO
  171. /* Define to 1 if you have the `getcwd' function. */
  172. #undef HAVE_GETCWD
  173. /* Define to 1 if you have the `getdelim' function. */
  174. #undef HAVE_GETDELIM
  175. /* Define to 1 if you have the `getdomainname' function. */
  176. #undef HAVE_GETDOMAINNAME
  177. /* Define to 1 if you have the `gethostname' function. */
  178. #undef HAVE_GETHOSTNAME
  179. /* Define to 1 if you have the `getifaddrs' function. */
  180. #undef HAVE_GETIFADDRS
  181. /* Define to 1 if you have the `getline' function. */
  182. #undef HAVE_GETLINE
  183. /* Define to 1 if you have the <getopt.h> header file. */
  184. #undef HAVE_GETOPT_H
  185. /* Define to 1 if you have the `getopt_long_only' function. */
  186. #undef HAVE_GETOPT_LONG_ONLY
  187. /* Define to 1 if you have the `getpagesize' function. */
  188. #undef HAVE_GETPAGESIZE
  189. /* Define to 1 if you have the `getpeername' function. */
  190. #undef HAVE_GETPEERNAME
  191. /* Define to 1 if you have the `getpt' function. */
  192. #undef HAVE_GETPT
  193. /* Define to 1 if you have the `getrlimit' function. */
  194. #undef HAVE_GETRLIMIT
  195. /* Define to 1 if you have the `getrusage' function. */
  196. #undef HAVE_GETRUSAGE
  197. /* Define to 1 if you have the `getsockname' function. */
  198. #undef HAVE_GETSOCKNAME
  199. /* Define to 1 if you have the `getsockopt' function. */
  200. #undef HAVE_GETSOCKOPT
  201. /* Define to 1 if you have the `gettimeofday' function. */
  202. #undef HAVE_GETTIMEOFDAY
  203. /* Define to 1 if you have the `getwd' function. */
  204. #undef HAVE_GETWD
  205. /* Define to 1 if you have the `get_current_dir_name' function. */
  206. #undef HAVE_GET_CURRENT_DIR_NAME
  207. /* Define to 1 if you have a gif (or ungif) library. */
  208. #undef HAVE_GIF
  209. /* Define if using GnuTLS. */
  210. #undef HAVE_GNUTLS
  211. /* Define if using GnuTLS certificate verification callbacks. */
  212. #undef HAVE_GNUTLS_CALLBACK_CERTIFICATE_VERIFY
  213. /* Define to 1 if you have the `gnutls_certificate_set_verify_function'
  214. function. */
  215. #undef HAVE_GNUTLS_CERTIFICATE_SET_VERIFY_FUNCTION
  216. /* Define to 1 if you have the gpm library (-lgpm). */
  217. #undef HAVE_GPM
  218. /* Define to 1 if you have the `grantpt' function. */
  219. #undef HAVE_GRANTPT
  220. /* Define to 1 if using GSettings. */
  221. #undef HAVE_GSETTINGS
  222. /* Define to 1 if using GTK 3 or later. */
  223. #undef HAVE_GTK3
  224. /* Define to 1 if you have the `gtk_adjustment_get_page_size' function. */
  225. #undef HAVE_GTK_ADJUSTMENT_GET_PAGE_SIZE
  226. /* Define to 1 if you have the `gtk_dialog_get_action_area' function. */
  227. #undef HAVE_GTK_DIALOG_GET_ACTION_AREA
  228. /* Define to 1 if you have the `gtk_file_selection_new' function. */
  229. #undef HAVE_GTK_FILE_SELECTION_NEW
  230. /* Define to 1 if you have the `gtk_main' function. */
  231. #undef HAVE_GTK_MAIN
  232. /* Define to 1 if you have the `gtk_orientable_set_orientation' function. */
  233. #undef HAVE_GTK_ORIENTABLE_SET_ORIENTATION
  234. /* Define to 1 if you have the `gtk_widget_get_mapped' function. */
  235. #undef HAVE_GTK_WIDGET_GET_MAPPED
  236. /* Define to 1 if you have the `gtk_widget_get_sensitive' function. */
  237. #undef HAVE_GTK_WIDGET_GET_SENSITIVE
  238. /* Define to 1 if you have the `gtk_widget_get_window' function. */
  239. #undef HAVE_GTK_WIDGET_GET_WINDOW
  240. /* Define to 1 if you have the `gtk_widget_set_has_window' function. */
  241. #undef HAVE_GTK_WIDGET_SET_HAS_WINDOW
  242. /* Define to 1 if you have the `gtk_window_set_has_resize_grip' function. */
  243. #undef HAVE_GTK_WINDOW_SET_HAS_RESIZE_GRIP
  244. /* Define to 1 if you have the `g_type_init' function. */
  245. #undef HAVE_G_TYPE_INIT
  246. /* Define to 1 if netdb.h declares h_errno. */
  247. #undef HAVE_H_ERRNO
  248. /* Define to 1 if you have the <ifaddrs.h> header file. */
  249. #undef HAVE_IFADDRS_H
  250. /* Define to 1 if using imagemagick. */
  251. #undef HAVE_IMAGEMAGICK
  252. /* Define to 1 if you have inet sockets. */
  253. #undef HAVE_INET_SOCKETS
  254. /* Define to 1 if you have the <inttypes.h> header file. */
  255. #undef HAVE_INTTYPES_H
  256. /* Define to 1 if you have the jpeg library (-ljpeg). */
  257. #undef HAVE_JPEG
  258. /* Define to 1 if you have the <kerberosIV/des.h> header file. */
  259. #undef HAVE_KERBEROSIV_DES_H
  260. /* Define to 1 if you have the <kerberosIV/krb.h> header file. */
  261. #undef HAVE_KERBEROSIV_KRB_H
  262. /* Define to 1 if you have the <kerberos/des.h> header file. */
  263. #undef HAVE_KERBEROS_DES_H
  264. /* Define to 1 if you have the <kerberos/krb.h> header file. */
  265. #undef HAVE_KERBEROS_KRB_H
  266. /* Define to 1 if `e_text' is a member of `krb5_error'. */
  267. #undef HAVE_KRB5_ERROR_E_TEXT
  268. /* Define to 1 if `text' is a member of `krb5_error'. */
  269. #undef HAVE_KRB5_ERROR_TEXT
  270. /* Define to 1 if you have the <krb5.h> header file. */
  271. #undef HAVE_KRB5_H
  272. /* Define to 1 if you have the <krb.h> header file. */
  273. #undef HAVE_KRB_H
  274. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  275. #undef HAVE_LANGINFO_CODESET
  276. /* Define to 1 if you have the `com_err' library (-lcom_err). */
  277. #undef HAVE_LIBCOM_ERR
  278. /* Define to 1 if you have the `crypto' library (-lcrypto). */
  279. #undef HAVE_LIBCRYPTO
  280. /* Define to 1 if you have the `des' library (-ldes). */
  281. #undef HAVE_LIBDES
  282. /* Define to 1 if you have the `des425' library (-ldes425). */
  283. #undef HAVE_LIBDES425
  284. /* Define to 1 if you have the `dgc' library (-ldgc). */
  285. #undef HAVE_LIBDGC
  286. /* Define to 1 if you have the `dnet' library (-ldnet). */
  287. #undef HAVE_LIBDNET
  288. /* Define to 1 if you have the hesiod library (-lhesiod). */
  289. #undef HAVE_LIBHESIOD
  290. /* Define to 1 if you have the `k5crypto' library (-lk5crypto). */
  291. #undef HAVE_LIBK5CRYPTO
  292. /* Define to 1 if you have the `krb' library (-lkrb). */
  293. #undef HAVE_LIBKRB
  294. /* Define to 1 if you have the `krb4' library (-lkrb4). */
  295. #undef HAVE_LIBKRB4
  296. /* Define to 1 if you have the `krb5' library (-lkrb5). */
  297. #undef HAVE_LIBKRB5
  298. /* Define to 1 if you have the `kstat' library (-lkstat). */
  299. #undef HAVE_LIBKSTAT
  300. /* Define to 1 if you have the `lockfile' library (-llockfile). */
  301. #undef HAVE_LIBLOCKFILE
  302. /* Define to 1 if you have the `m' library (-lm). */
  303. #undef HAVE_LIBM
  304. /* Define to 1 if you have the `mail' library (-lmail). */
  305. #undef HAVE_LIBMAIL
  306. /* Define to 1 if you have the `ncurses' library (-lncurses). */
  307. #undef HAVE_LIBNCURSES
  308. /* Define to 1 if using libotf. */
  309. #undef HAVE_LIBOTF
  310. /* Define to 1 if you have the `perfstat' library (-lperfstat). */
  311. #undef HAVE_LIBPERFSTAT
  312. /* Define to 1 if you have the <libpng/png.h> header file. */
  313. #undef HAVE_LIBPNG_PNG_H
  314. /* Define to 1 if you have the `pthreads' library (-lpthreads). */
  315. #undef HAVE_LIBPTHREADS
  316. /* Define to 1 if you have the resolv library (-lresolv). */
  317. #undef HAVE_LIBRESOLV
  318. /* Define to 1 if using SELinux. */
  319. #undef HAVE_LIBSELINUX
  320. /* Define to 1 if you have the `Xext' library (-lXext). */
  321. #undef HAVE_LIBXEXT
  322. /* Define to 1 if you have the libxml library (-lxml2). */
  323. #undef HAVE_LIBXML2
  324. /* Define to 1 if you have the `Xmu' library (-lXmu). */
  325. #undef HAVE_LIBXMU
  326. /* Define to 1 if you have the <linux/version.h> header file. */
  327. #undef HAVE_LINUX_VERSION_H
  328. /* Define to 1 if you have the <locale.h> header file. */
  329. #undef HAVE_LOCALE_H
  330. /* Define to 1 if you have the `localtime_r' function. */
  331. #undef HAVE_LOCALTIME_R
  332. /* Define to 1 if you have the `logb' function. */
  333. #undef HAVE_LOGB
  334. /* Define to 1 if you support file names longer than 14 characters. */
  335. #undef HAVE_LONG_FILE_NAMES
  336. /* Define to 1 if the system has the type `long long int'. */
  337. #undef HAVE_LONG_LONG_INT
  338. /* Define to 1 if you have the `lrand48' function. */
  339. #undef HAVE_LRAND48
  340. /* Define to 1 if you have the `lstat' function. */
  341. #undef HAVE_LSTAT
  342. /* Define to 1 if using libm17n-flt. */
  343. #undef HAVE_M17N_FLT
  344. /* Define to 1 if you have the <machine/soundcard.h> header file. */
  345. #undef HAVE_MACHINE_SOUNDCARD_H
  346. /* Define to 1 if you have the <mach/mach.h> header file. */
  347. #undef HAVE_MACH_MACH_H
  348. /* Define to 1 if you have the `MagickExportImagePixels' function. */
  349. #undef HAVE_MAGICKEXPORTIMAGEPIXELS
  350. /* Define to 1 if you have the <maillock.h> header file. */
  351. #undef HAVE_MAILLOCK_H
  352. /* Define to 1 if you have the <malloc/malloc.h> header file. */
  353. #undef HAVE_MALLOC_MALLOC_H
  354. /* Define to 1 if you have the `mblen' function. */
  355. #undef HAVE_MBLEN
  356. /* Define to 1 if you have the `mbrlen' function. */
  357. #undef HAVE_MBRLEN
  358. /* Define to 1 if you have the `mbsinit' function. */
  359. #undef HAVE_MBSINIT
  360. /* Define to 1 if <wchar.h> declares mbstate_t. */
  361. #undef HAVE_MBSTATE_T
  362. /* Define to 1 if you have the <memory.h> header file. */
  363. #undef HAVE_MEMORY_H
  364. /* Define to 1 if you have the `mempcpy' function. */
  365. #undef HAVE_MEMPCPY
  366. /* Define to 1 if you have mouse menus. (This is automatic if you use X, but
  367. the option to specify it remains.) It is also defined with other window
  368. systems that support xmenu.c. */
  369. #undef HAVE_MENUS
  370. /* Define to 1 if you have the `mkdir' function. */
  371. #undef HAVE_MKDIR
  372. /* Define to 1 if you have the `mkstemp' function. */
  373. #undef HAVE_MKSTEMP
  374. /* Define to 1 if you have a working `mmap' system call. */
  375. #undef HAVE_MMAP
  376. /* Define if you have mouse support. */
  377. #undef HAVE_MOUSE
  378. /* Define to 1 if you have the `mremap' function. */
  379. #undef HAVE_MREMAP
  380. /* Define to 1 if you have the <net/if_dl.h> header file. */
  381. #undef HAVE_NET_IF_DL_H
  382. /* Define to 1 if you have the <net/if.h> header file. */
  383. #undef HAVE_NET_IF_H
  384. /* Define to 1 if you have the <nlist.h> header file. */
  385. #undef HAVE_NLIST_H
  386. /* Define to 1 if you are using the NeXTstep API, either GNUstep or Cocoa on
  387. Mac OS X. */
  388. #undef HAVE_NS
  389. /* Define to 1 if libotf has OTF_get_variation_glyphs. */
  390. #undef HAVE_OTF_GET_VARIATION_GLYPHS
  391. /* Define to 1 if personality LINUX32 can be set. */
  392. #undef HAVE_PERSONALITY_LINUX32
  393. /* Define to 1 if you have the png library (-lpng). */
  394. #undef HAVE_PNG
  395. /* Define to 1 if you have the <png.h> header file. */
  396. #undef HAVE_PNG_H
  397. /* Define to 1 if you have the `posix_memalign' function. */
  398. #undef HAVE_POSIX_MEMALIGN
  399. /* Define to 1 if you have the `pstat_getdynamic' function. */
  400. #undef HAVE_PSTAT_GETDYNAMIC
  401. /* Define to 1 if you have pthread (-lpthread). */
  402. #undef HAVE_PTHREAD
  403. /* Define to 1 if you have the <pthread.h> header file. */
  404. #undef HAVE_PTHREAD_H
  405. /* Define to 1 if the pthread_sigmask function can be used (despite bugs). */
  406. #undef HAVE_PTHREAD_SIGMASK
  407. /* Define to 1 if you have the <pty.h> header file. */
  408. #undef HAVE_PTY_H
  409. /* Define to 1 if you have the <pwd.h> header file. */
  410. #undef HAVE_PWD_H
  411. /* Define to 1 if you have the `random' function. */
  412. #undef HAVE_RANDOM
  413. /* Define to 1 if you have the `readlink' function. */
  414. #undef HAVE_READLINK
  415. /* Define to 1 if you have the `readlinkat' function. */
  416. #undef HAVE_READLINKAT
  417. /* Define to 1 if you have the `recvfrom' function. */
  418. #undef HAVE_RECVFROM
  419. /* Define to 1 if you have the `rename' function. */
  420. #undef HAVE_RENAME
  421. /* Define to 1 if res_init is available. */
  422. #undef HAVE_RES_INIT
  423. /* Define to 1 if you have the `rint' function. */
  424. #undef HAVE_RINT
  425. /* Define to 1 if you have the `rmdir' function. */
  426. #undef HAVE_RMDIR
  427. /* Define to 1 if using librsvg. */
  428. #undef HAVE_RSVG
  429. /* Define to 1 if you have the `select' function. */
  430. #undef HAVE_SELECT
  431. /* Define to 1 if you have the `sendto' function. */
  432. #undef HAVE_SENDTO
  433. /* Define to 1 if you have the `setitimer' function. */
  434. #undef HAVE_SETITIMER
  435. /* Define to 1 if you have the `setlocale' function. */
  436. #undef HAVE_SETLOCALE
  437. /* Define to 1 if you have the `setpgid' function. */
  438. #undef HAVE_SETPGID
  439. /* Define to 1 if you have the `setrlimit' function. */
  440. #undef HAVE_SETRLIMIT
  441. /* Define to 1 if you have the `setsid' function. */
  442. #undef HAVE_SETSID
  443. /* Define to 1 if you have the `setsockopt' function. */
  444. #undef HAVE_SETSOCKOPT
  445. /* Define to 1 if you have the `shutdown' function. */
  446. #undef HAVE_SHUTDOWN
  447. /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
  448. #undef HAVE_SIGNED_SIG_ATOMIC_T
  449. /* Define to 1 if 'wchar_t' is a signed integer type. */
  450. #undef HAVE_SIGNED_WCHAR_T
  451. /* Define to 1 if 'wint_t' is a signed integer type. */
  452. #undef HAVE_SIGNED_WINT_T
  453. /* Define to 1 if the system has the type `sigset_t'. */
  454. #undef HAVE_SIGSET_T
  455. /* Define to 1 if you have the `snprintf' function. */
  456. #undef HAVE_SNPRINTF
  457. /* Define to 1 if you have sound support. */
  458. #undef HAVE_SOUND
  459. /* Define to 1 if you have the <soundcard.h> header file. */
  460. #undef HAVE_SOUNDCARD_H
  461. /* Define to 1 if `speed_t' is declared by <termios.h>. */
  462. #undef HAVE_SPEED_T
  463. /* Define to 1 if you have the <stdint.h> header file. */
  464. #undef HAVE_STDINT_H
  465. /* Define to 1 if you have the <stdio_ext.h> header file. */
  466. #undef HAVE_STDIO_EXT_H
  467. /* Define to 1 if you have the <stdlib.h> header file. */
  468. #undef HAVE_STDLIB_H
  469. /* Define to 1 if you have the `strerror' function. */
  470. #undef HAVE_STRERROR
  471. /* Define to 1 if you have the <strings.h> header file. */
  472. #undef HAVE_STRINGS_H
  473. /* Define to 1 if you have the <string.h> header file. */
  474. #undef HAVE_STRING_H
  475. /* Define to 1 if you have the `strsignal' function. */
  476. #undef HAVE_STRSIGNAL
  477. /* Define to 1 if you have the `strtoimax' function. */
  478. #undef HAVE_STRTOIMAX
  479. /* Define to 1 if you have the `strtoll' function. */
  480. #undef HAVE_STRTOLL
  481. /* Define to 1 if you have the `strtoull' function. */
  482. #undef HAVE_STRTOULL
  483. /* Define to 1 if you have the `strtoumax' function. */
  484. #undef HAVE_STRTOUMAX
  485. /* Define to 1 if `ifr_addr' is a member of `struct ifreq'. */
  486. #undef HAVE_STRUCT_IFREQ_IFR_ADDR
  487. /* Define to 1 if `ifr_addr.sa_len' is a member of `struct ifreq'. */
  488. #undef HAVE_STRUCT_IFREQ_IFR_ADDR_SA_LEN
  489. /* Define to 1 if `ifr_broadaddr' is a member of `struct ifreq'. */
  490. #undef HAVE_STRUCT_IFREQ_IFR_BROADADDR
  491. /* Define to 1 if `ifr_flags' is a member of `struct ifreq'. */
  492. #undef HAVE_STRUCT_IFREQ_IFR_FLAGS
  493. /* Define to 1 if `ifr_hwaddr' is a member of `struct ifreq'. */
  494. #undef HAVE_STRUCT_IFREQ_IFR_HWADDR
  495. /* Define to 1 if `ifr_netmask' is a member of `struct ifreq'. */
  496. #undef HAVE_STRUCT_IFREQ_IFR_NETMASK
  497. /* Define to 1 if `n_un.n_name' is a member of `struct nlist'. */
  498. #undef HAVE_STRUCT_NLIST_N_UN_N_NAME
  499. /* Define to 1 if `tm_zone' is a member of `struct tm'. */
  500. #undef HAVE_STRUCT_TM_TM_ZONE
  501. /* Define to 1 if `struct utimbuf' is declared by <utime.h>. */
  502. #undef HAVE_STRUCT_UTIMBUF
  503. /* Define if struct stat has an st_dm_mode member. */
  504. #undef HAVE_ST_DM_MODE
  505. /* Define to 1 if you have the `symlink' function. */
  506. #undef HAVE_SYMLINK
  507. /* Define to 1 if you have the `sync' function. */
  508. #undef HAVE_SYNC
  509. /* Define to 1 if you have the `sysinfo' function. */
  510. #undef HAVE_SYSINFO
  511. /* Define to 1 if you have the <sys/bitypes.h> header file. */
  512. #undef HAVE_SYS_BITYPES_H
  513. /* Define to 1 if you have the <sys/inttypes.h> header file. */
  514. #undef HAVE_SYS_INTTYPES_H
  515. /* Define to 1 if you have the <sys/loadavg.h> header file. */
  516. #undef HAVE_SYS_LOADAVG_H
  517. /* Define to 1 if you have the <sys/mman.h> header file. */
  518. #undef HAVE_SYS_MMAN_H
  519. /* Define to 1 if you have the <sys/param.h> header file. */
  520. #undef HAVE_SYS_PARAM_H
  521. /* Define to 1 if you have the <sys/resource.h> header file. */
  522. #undef HAVE_SYS_RESOURCE_H
  523. /* Define to 1 if you have the <sys/select.h> header file. */
  524. #undef HAVE_SYS_SELECT_H
  525. /* Define to 1 if you have the <sys/socket.h> header file. */
  526. #undef HAVE_SYS_SOCKET_H
  527. /* Define to 1 if you have the <sys/soundcard.h> header file. */
  528. #undef HAVE_SYS_SOUNDCARD_H
  529. /* Define to 1 if you have the <sys/stat.h> header file. */
  530. #undef HAVE_SYS_STAT_H
  531. /* Define to 1 if you have the <sys/systeminfo.h> header file. */
  532. #undef HAVE_SYS_SYSTEMINFO_H
  533. /* Define to 1 if you have the <sys/time.h> header file. */
  534. #undef HAVE_SYS_TIME_H
  535. /* Define to 1 if you have the <sys/types.h> header file. */
  536. #undef HAVE_SYS_TYPES_H
  537. /* Define to 1 if you have the <sys/un.h> header file. */
  538. #undef HAVE_SYS_UN_H
  539. /* Define to 1 if you have the <sys/utsname.h> header file. */
  540. #undef HAVE_SYS_UTSNAME_H
  541. /* Define to 1 if you have the <sys/vlimit.h> header file. */
  542. #undef HAVE_SYS_VLIMIT_H
  543. /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
  544. #undef HAVE_SYS_WAIT_H
  545. /* Define to 1 if you have the <sys/_mbstate_t.h> header file. */
  546. #undef HAVE_SYS__MBSTATE_T_H
  547. /* Define to 1 if you have the <term.h> header file. */
  548. #undef HAVE_TERM_H
  549. /* Define to 1 if you have the tiff library (-ltiff). */
  550. #undef HAVE_TIFF
  551. /* Define to 1 if `struct timeval' is declared by <sys/time.h>. */
  552. #undef HAVE_TIMEVAL
  553. /* Define if struct tm has the tm_gmtoff member. */
  554. #undef HAVE_TM_GMTOFF
  555. /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
  556. `HAVE_STRUCT_TM_TM_ZONE' instead. */
  557. #undef HAVE_TM_ZONE
  558. /* Define to 1 if you have the `touchlock' function. */
  559. #undef HAVE_TOUCHLOCK
  560. /* Define to 1 if you don't have `tm_zone' but do have the external array
  561. `tzname'. */
  562. #undef HAVE_TZNAME
  563. /* Define to 1 if you have the `tzset' function. */
  564. #undef HAVE_TZSET
  565. /* Define to 1 if you have the `ualarm' function. */
  566. #undef HAVE_UALARM
  567. /* Define to 1 if you have the <unistd.h> header file. */
  568. #undef HAVE_UNISTD_H
  569. /* Define to 1 if the system has the type `unsigned long long int'. */
  570. #undef HAVE_UNSIGNED_LONG_LONG_INT
  571. /* Define to 1 if you have the <util.h> header file. */
  572. #undef HAVE_UTIL_H
  573. /* Define to 1 if you have the `utimes' function. */
  574. #undef HAVE_UTIMES
  575. /* Define to 1 if you have the <utime.h> header file. */
  576. #undef HAVE_UTIME_H
  577. /* Define to 1 if you have the <utmp.h> header file. */
  578. #undef HAVE_UTMP_H
  579. /* Define to 1 if you have the `vfork' function. */
  580. #undef HAVE_VFORK
  581. /* Define to 1 if you have the <vfork.h> header file. */
  582. #undef HAVE_VFORK_H
  583. /* Define to 1 if you have the <wchar.h> header file. */
  584. #undef HAVE_WCHAR_H
  585. /* Define if you have the 'wchar_t' type. */
  586. #undef HAVE_WCHAR_T
  587. /* Define if you have a window system. */
  588. #undef HAVE_WINDOW_SYSTEM
  589. /* Define to 1 if `fork' works. */
  590. #undef HAVE_WORKING_FORK
  591. /* Define to 1 if `vfork' works. */
  592. #undef HAVE_WORKING_VFORK
  593. /* Define to 1 if you have the <ws2tcpip.h> header file. */
  594. #undef HAVE_WS2TCPIP_H
  595. /* Define to 1 if you want to use version 11 of X windows. Otherwise, Emacs
  596. expects to use version 10. */
  597. #undef HAVE_X11
  598. /* Define to 1 if you have the X11R6 or newer version of Xlib. */
  599. #undef HAVE_X11R6
  600. /* Define if you have usable X11R6-style XIM support. */
  601. #undef HAVE_X11R6_XIM
  602. /* Define to 1 if you have the X11R6 or newer version of Xt. */
  603. #undef HAVE_X11XTR6
  604. /* Define to 1 if you have the Xaw3d library (-lXaw3d). */
  605. #undef HAVE_XAW3D
  606. /* Define to 1 if you have the Xft library. */
  607. #undef HAVE_XFT
  608. /* Define to 1 if XIM is available */
  609. #undef HAVE_XIM
  610. /* Define to 1 if you have the XkbGetKeyboard function. */
  611. #undef HAVE_XKBGETKEYBOARD
  612. /* Define to 1 if you have the Xpm library (-lXpm). */
  613. #undef HAVE_XPM
  614. /* Define to 1 if you have the `XrmSetDatabase' function. */
  615. #undef HAVE_XRMSETDATABASE
  616. /* Define to 1 if you have the `XScreenNumberOfScreen' function. */
  617. #undef HAVE_XSCREENNUMBEROFSCREEN
  618. /* Define to 1 if you have the `XScreenResourceString' function. */
  619. #undef HAVE_XSCREENRESOURCESTRING
  620. /* Define to 1 if you have the `XSetWMProtocols' function. */
  621. #undef HAVE_XSETWMPROTOCOLS
  622. /* Define if you have usable i18n support. */
  623. #undef HAVE_X_I18N
  624. /* Define to 1 if you have the SM library (-lSM). */
  625. #undef HAVE_X_SM
  626. /* Define to 1 if you want to use the X window system. */
  627. #undef HAVE_X_WINDOWS
  628. /* Define to 1 if the system has the type `_Bool'. */
  629. #undef HAVE__BOOL
  630. /* Define to 1 if you have the `__builtin_unwind_init' function. */
  631. #undef HAVE___BUILTIN_UNWIND_INIT
  632. /* Define to 1 if you have the `__executable_start' function. */
  633. #undef HAVE___EXECUTABLE_START
  634. /* Define to 1 if you have the `__fpending' function. */
  635. #undef HAVE___FPENDING
  636. /* Define to support using a Hesiod database to find the POP server. */
  637. #undef HESIOD
  638. /* Define to support Kerberos-authenticated POP mail retrieval. */
  639. #undef KERBEROS
  640. /* Define to use Kerberos 5 instead of Kerberos 4. */
  641. #undef KERBEROS5
  642. /* Define to 1 if localtime caches TZ. */
  643. #undef LOCALTIME_CACHE
  644. /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
  645. slash. */
  646. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  647. /* String giving fallback POP mail host. */
  648. #undef MAILHOST
  649. /* Define to unlink, rather than empty, mail spool after reading. */
  650. #undef MAIL_UNLINK_SPOOL
  651. /* Define if the mailer uses flock to interlock the mail spool. */
  652. #undef MAIL_USE_FLOCK
  653. /* Define if the mailer uses lockf to interlock the mail spool. */
  654. #undef MAIL_USE_LOCKF
  655. /* Define to support MMDF mailboxes in movemail. */
  656. #undef MAIL_USE_MMDF
  657. /* Define to support POP mail retrieval. */
  658. #undef MAIL_USE_POP
  659. /* Define to 1 if you don't have struct exception in math.h. */
  660. #undef NO_MATHERR
  661. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  662. #undef NO_MINUS_C_MINUS_O
  663. /* Define to 1 if `NSInteger' is defined. */
  664. #undef NS_HAVE_NSINTEGER
  665. /* Define to 1 if you are using NS windowing under MacOS X. */
  666. #undef NS_IMPL_COCOA
  667. /* Define to 1 if you are using NS windowing under GNUstep. */
  668. #undef NS_IMPL_GNUSTEP
  669. /* Define to 1 if the nlist n_name member is a pointer */
  670. #undef N_NAME_POINTER
  671. /* Define if the C compiler is the linker. */
  672. #undef ORDINARY_LINK
  673. /* Name of package */
  674. #undef PACKAGE
  675. /* Define to the address where bug reports for this package should be sent. */
  676. #undef PACKAGE_BUGREPORT
  677. /* Define to the full name of this package. */
  678. #undef PACKAGE_NAME
  679. /* Define to the full name and version of this package. */
  680. #undef PACKAGE_STRING
  681. /* Define to the one symbol short name of this package. */
  682. #undef PACKAGE_TARNAME
  683. /* Define to the home page for this package. */
  684. #undef PACKAGE_URL
  685. /* Define to the version of this package. */
  686. #undef PACKAGE_VERSION
  687. /* Define as `void' if your compiler accepts `void *'; otherwise define as
  688. `char'. */
  689. #undef POINTER_TYPE
  690. /* Define to 1 if the C compiler supports function prototypes. */
  691. #undef PROTOTYPES
  692. /* Define to 1 if pthread_sigmask(), when it fails, returns -1 and sets errno.
  693. */
  694. #undef PTHREAD_SIGMASK_FAILS_WITH_ERRNO
  695. /* Define to 1 if pthread_sigmask() may returns 0 and have no effect. */
  696. #undef PTHREAD_SIGMASK_INEFFECTIVE
  697. /* Define to 1 if pthread_sigmask() unblocks signals incorrectly. */
  698. #undef PTHREAD_SIGMASK_UNBLOCK_BUG
  699. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  700. 'ptrdiff_t'. */
  701. #undef PTRDIFF_T_SUFFIX
  702. /* Define to 1 if readlink fails to recognize a trailing slash. */
  703. #undef READLINK_TRAILING_SLASH_BUG
  704. /* Define REL_ALLOC if you want to use the relocating allocator for buffer
  705. space. */
  706. #undef REL_ALLOC
  707. /* Define to 1 if stat needs help when passed a directory name with a trailing
  708. slash */
  709. #undef REPLACE_FUNC_STAT_DIR
  710. /* Define to 1 if stat needs help when passed a file name with a trailing
  711. slash */
  712. #undef REPLACE_FUNC_STAT_FILE
  713. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  714. 'sig_atomic_t'. */
  715. #undef SIG_ATOMIC_T_SUFFIX
  716. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  717. 'size_t'. */
  718. #undef SIZE_T_SUFFIX
  719. /* If using the C implementation of alloca, define if you know the
  720. direction of stack growth for your system; otherwise it will be
  721. automatically deduced at runtime.
  722. STACK_DIRECTION > 0 => grows toward higher addresses
  723. STACK_DIRECTION < 0 => grows toward lower addresses
  724. STACK_DIRECTION = 0 => direction of growth unknown */
  725. #undef STACK_DIRECTION
  726. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  727. #undef STAT_MACROS_BROKEN
  728. /* Define to 1 if you have the ANSI C header files. */
  729. #undef STDC_HEADERS
  730. /* Define to 1 on System V Release 4. */
  731. #undef SVR4
  732. /* Process async input synchronously. */
  733. #undef SYNC_INPUT
  734. /* Define to use system malloc. */
  735. #undef SYSTEM_MALLOC
  736. /* Define to 1 if you use terminfo instead of termcap. */
  737. #undef TERMINFO
  738. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  739. #undef TIME_WITH_SYS_TIME
  740. /* Define to 1 if your <sys/time.h> declares `struct tm'. */
  741. #undef TM_IN_SYS_TIME
  742. /* Define to 1 for Encore UMAX. */
  743. #undef UMAX
  744. /* Define to 1 for Encore UMAX 4.3 that has <inq_status/cpustats.h> instead of
  745. <sys/cpustats.h>. */
  746. #undef UMAX4_3
  747. /* Define to 1 if using GTK. */
  748. #undef USE_GTK
  749. /* Define this to use a lisp union for the Lisp_Object data type. */
  750. #undef USE_LISP_UNION_TYPE
  751. /* Define to 1 if using the Lucid X toolkit. */
  752. #undef USE_LUCID
  753. /* Define to use mmap to allocate buffer text. */
  754. #undef USE_MMAP_FOR_BUFFERS
  755. /* Define to 1 if using the Motif X toolkit. */
  756. #undef USE_MOTIF
  757. /* Define to 1 if we should use toolkit scroll bars. */
  758. #undef USE_TOOLKIT_SCROLL_BARS
  759. /* Define to 1 if we should use XIM, if it is available. */
  760. #undef USE_XIM
  761. /* Define to 1 if using an X toolkit. */
  762. #undef USE_X_TOOLKIT
  763. /* Version number of package */
  764. #undef VERSION
  765. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  766. 'wchar_t'. */
  767. #undef WCHAR_T_SUFFIX
  768. /* Use long long for EMACS_INT if available. */
  769. #undef WIDE_EMACS_INT
  770. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  771. 'wint_t'. */
  772. #undef WINT_T_SUFFIX
  773. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  774. significant byte first (like Motorola and SPARC, unlike Intel). */
  775. #if defined AC_APPLE_UNIVERSAL_BUILD
  776. # if defined __BIG_ENDIAN__
  777. # define WORDS_BIGENDIAN 1
  778. # endif
  779. #else
  780. # ifndef WORDS_BIGENDIAN
  781. # undef WORDS_BIGENDIAN
  782. # endif
  783. #endif
  784. /* Define this to check for malloc buffer overrun. */
  785. #undef XMALLOC_OVERRUN_CHECK
  786. /* Define to the type of the 6th arg of XRegisterIMInstantiateCallback, either
  787. XPointer or XPointer*. */
  788. #undef XRegisterIMInstantiateCallback_arg6
  789. /* Enable large inode numbers on Mac OS X. */
  790. #ifndef _DARWIN_USE_64_BIT_INODE
  791. # define _DARWIN_USE_64_BIT_INODE 1
  792. #endif
  793. /* Number of bits in a file offset, on hosts where this is settable. */
  794. #undef _FILE_OFFSET_BITS
  795. /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
  796. #undef _LARGEFILE_SOURCE
  797. /* Define for large files, on AIX-style hosts. */
  798. #undef _LARGE_FILES
  799. /* Define to 1 if on MINIX. */
  800. #undef _MINIX
  801. /* Define if GNUstep uses ObjC exceptions. */
  802. #undef _NATIVE_OBJC_EXCEPTIONS
  803. /* The _Noreturn keyword of draft C1X. */
  804. #ifndef _Noreturn
  805. # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
  806. || 0x5110 <= __SUNPRO_C)
  807. # define _Noreturn __attribute__ ((__noreturn__))
  808. # elif 1200 <= _MSC_VER
  809. # define _Noreturn __declspec (noreturn)
  810. # else
  811. # define _Noreturn
  812. # endif
  813. #endif
  814. /* Define to 2 if the system does not provide POSIX.1 features except with
  815. this defined. */
  816. #undef _POSIX_1_SOURCE
  817. /* Define to 1 if you need to in order for `stat' and other things to work. */
  818. #undef _POSIX_SOURCE
  819. /* Define to 500 only on HP-UX. */
  820. #undef _XOPEN_SOURCE
  821. /* Enable extensions on AIX 3, Interix. */
  822. #ifndef _ALL_SOURCE
  823. # undef _ALL_SOURCE
  824. #endif
  825. /* Enable general extensions on MacOS X. */
  826. #ifndef _DARWIN_C_SOURCE
  827. # undef _DARWIN_C_SOURCE
  828. #endif
  829. /* Enable GNU extensions on systems that have them. */
  830. #ifndef _GNU_SOURCE
  831. # undef _GNU_SOURCE
  832. #endif
  833. /* Enable threading extensions on Solaris. */
  834. #ifndef _POSIX_PTHREAD_SEMANTICS
  835. # undef _POSIX_PTHREAD_SEMANTICS
  836. #endif
  837. /* Enable extensions on HP NonStop. */
  838. #ifndef _TANDEM_SOURCE
  839. # undef _TANDEM_SOURCE
  840. #endif
  841. /* Enable general extensions on Solaris. */
  842. #ifndef __EXTENSIONS__
  843. # undef __EXTENSIONS__
  844. #endif
  845. /* Define to rpl_ if the getopt replacement functions and variables should be
  846. used. */
  847. #undef __GETOPT_PREFIX
  848. /* Define like PROTOTYPES; this can be used by system headers. */
  849. #undef __PROTOTYPES
  850. /* Ensure that <stdint.h> defines the limit macros, since gnulib's
  851. <inttypes.h> relies on them. */
  852. #if defined __cplusplus && !defined __STDC_LIMIT_MACROS && GL_TRIGGER_STDC_LIMIT_MACROS
  853. # define __STDC_LIMIT_MACROS 1
  854. #endif
  855. /* Define to compiler's equivalent of C99 restrict keyword in array
  856. declarations. Define as empty for no equivalent. */
  857. #undef __restrict_arr
  858. /* Define to the used machine dependent file. */
  859. #undef config_machfile
  860. /* Define to the used os dependent file. */
  861. #undef config_opsysfile
  862. /* Define to empty if `const' does not conform to ANSI C. */
  863. #undef const
  864. /* A replacement for va_copy, if needed. */
  865. #define gl_va_copy(a,b) ((a) = (b))
  866. /* Define to `__inline__' or `__inline' if that's what the C compiler
  867. calls it, or to nothing if 'inline' is not supported under any name. */
  868. #ifndef __cplusplus
  869. #undef inline
  870. #endif
  871. /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
  872. the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
  873. earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
  874. __APPLE__ && __MACH__ test for MacOS X.
  875. __APPLE_CC__ tests for the Apple compiler and its version.
  876. __STDC_VERSION__ tests for the C99 mode. */
  877. #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
  878. # define __GNUC_STDC_INLINE__ 1
  879. #endif
  880. /* Define to a type if <wchar.h> does not define. */
  881. #undef mbstate_t
  882. /* Define to `int' if <sys/types.h> does not define. */
  883. #undef mode_t
  884. /* Define to the name of the strftime replacement function. */
  885. #undef my_strftime
  886. /* Define to the type of st_nlink in struct stat, or a supertype. */
  887. #undef nlink_t
  888. /* Define to `int' if <sys/types.h> does not define. */
  889. #undef pid_t
  890. /* Define to the equivalent of the C99 'restrict' keyword, or to
  891. nothing if this is not supported. Do not define if restrict is
  892. supported directly. */
  893. #undef restrict
  894. /* Work around a bug in Sun C++: it does not support _Restrict or
  895. __restrict__, even though the corresponding Sun C compiler ends up with
  896. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  897. previous line. Perhaps some future version of Sun C++ will work with
  898. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  899. #if defined __SUNPRO_CC && !defined __RESTRICT
  900. # define _Restrict
  901. # define __restrict__
  902. #endif
  903. /* type to use in place of socklen_t if not defined */
  904. #undef socklen_t
  905. /* Define as a signed type of the same size as size_t. */
  906. #undef ssize_t
  907. /* Define to any substitute for sys_siglist. */
  908. #undef sys_siglist
  909. /* Define as a marker that can be attached to declarations that might not
  910. be used. This helps to reduce warnings, such as from
  911. GCC -Wunused-parameter. */
  912. #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  913. # define _GL_UNUSED __attribute__ ((__unused__))
  914. #else
  915. # define _GL_UNUSED
  916. #endif
  917. /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
  918. is a misnomer outside of parameter lists. */
  919. #define _UNUSED_PARAMETER_ _GL_UNUSED
  920. /* The __pure__ attribute was added in gcc 2.96. */
  921. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
  922. # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
  923. #else
  924. # define _GL_ATTRIBUTE_PURE /* empty */
  925. #endif
  926. /* The __const__ attribute was added in gcc 2.95. */
  927. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
  928. # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
  929. #else
  930. # define _GL_ATTRIBUTE_CONST /* empty */
  931. #endif
  932. /* Define as a macro for copying va_list variables. */
  933. #undef va_copy
  934. /* Define as `fork' if `vfork' does not work. */
  935. #undef vfork
  936. /* Define to empty if the keyword `volatile' does not work. Warning: valid
  937. code using `volatile' can become incorrect without. Disable with care. */
  938. #undef volatile
  939. /* On AIX 3 this must be included before any other include file. */
  940. #include <alloca.h>
  941. #if ! HAVE_ALLOCA
  942. # error "alloca not available on this machine"
  943. #endif
  944. /* Define AMPERSAND_FULL_NAME if you use the convention
  945. that & in the full name stands for the login id. */
  946. /* Turned on June 1996 supposing nobody will mind it. */
  947. #define AMPERSAND_FULL_NAME
  948. /* `subprocesses' should be defined if you want to
  949. have code for asynchronous subprocesses
  950. (as used in M-x compile and M-x shell).
  951. Only MSDOS does not support this (it overrides
  952. this in its config_opsysfile below). */
  953. #define subprocesses
  954. /* Include the os and machine dependent files. */
  955. #include config_opsysfile
  956. #ifdef config_machfile
  957. # include config_machfile
  958. #endif
  959. /* GNUstep needs a bit more pure memory. Of the existing knobs,
  960. SYSTEM_PURESIZE_EXTRA seems like the least likely to cause problems.
  961. (There is probably a better place to do this, but right now the
  962. Cocoa side does this in s/darwin.h and we cannot parallel this
  963. exactly since GNUstep is multi-OS. */
  964. #if defined HAVE_NS && defined NS_IMPL_GNUSTEP
  965. # define SYSTEM_PURESIZE_EXTRA 30000
  966. #endif
  967. #ifdef emacs /* Don't do this for lib-src. */
  968. /* Tell regex.c to use a type compatible with Emacs. */
  969. #define RE_TRANSLATE_TYPE Lisp_Object
  970. #define RE_TRANSLATE(TBL, C) CHAR_TABLE_TRANSLATE (TBL, C)
  971. #ifdef make_number
  972. /* If make_number is a macro, use it. */
  973. #define RE_TRANSLATE_P(TBL) (!EQ (TBL, make_number (0)))
  974. #else
  975. /* If make_number is a function, avoid it. */
  976. #define RE_TRANSLATE_P(TBL) (!(INTEGERP (TBL) && XINT (TBL) == 0))
  977. #endif
  978. #endif
  979. /* These default definitions are good for almost all machines.
  980. Any exceptions should override them in m/MACHINE.h.
  981. They must be usable in preprocessor conditionals. */
  982. #ifndef BITS_PER_CHAR
  983. #define BITS_PER_CHAR 8
  984. #endif
  985. #ifndef BITS_PER_SHORT
  986. #define BITS_PER_SHORT 16
  987. #endif
  988. #ifndef BITS_PER_INT
  989. #define BITS_PER_INT 32
  990. #endif
  991. #ifndef BITS_PER_LONG
  992. #ifdef _LP64
  993. #define BITS_PER_LONG 64
  994. #else
  995. #define BITS_PER_LONG 32
  996. #endif
  997. #endif
  998. #if !defined BITS_PER_LONG_LONG && HAVE_LONG_LONG_INT
  999. #define BITS_PER_LONG_LONG 64
  1000. #endif
  1001. /* Define if the compiler supports function prototypes. It may do so but
  1002. not define __STDC__ (e.g. DEC C by default) or may define it as zero. */
  1003. #undef PROTOTYPES
  1004. #include <string.h>
  1005. #include <stdlib.h>
  1006. #if defined __GNUC__ && (__GNUC__ > 2 \
  1007. || (__GNUC__ == 2 && __GNUC_MINOR__ >= 5))
  1008. #define NO_RETURN __attribute__ ((__noreturn__))
  1009. #else
  1010. #define NO_RETURN /* nothing */
  1011. #endif
  1012. #if __GNUC__ >= 3 /* On GCC 3.0 we might get a warning. */
  1013. #define NO_INLINE __attribute__((noinline))
  1014. #else
  1015. #define NO_INLINE
  1016. #endif
  1017. #if (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
  1018. #define EXTERNALLY_VISIBLE __attribute__((externally_visible))
  1019. #else
  1020. #define EXTERNALLY_VISIBLE
  1021. #endif
  1022. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  1023. # define ATTRIBUTE_FORMAT(spec) __attribute__ ((__format__ spec))
  1024. #else
  1025. # define ATTRIBUTE_FORMAT(spec) /* empty */
  1026. #endif
  1027. #if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 4)
  1028. # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
  1029. ATTRIBUTE_FORMAT ((__gnu_printf__, formatstring_parameter, first_argument))
  1030. #else
  1031. # define ATTRIBUTE_FORMAT_PRINTF(formatstring_parameter, first_argument) \
  1032. ATTRIBUTE_FORMAT ((__printf__, formatstring_parameter, first_argument))
  1033. #endif
  1034. /* Some versions of GNU/Linux define noinline in their headers. */
  1035. #ifdef noinline
  1036. #undef noinline
  1037. #endif
  1038. /* These won't be used automatically yet. We also need to know, at least,
  1039. that the stack is continuous. */
  1040. #ifdef __GNUC__
  1041. # ifndef GC_SETJMP_WORKS
  1042. /* GC_SETJMP_WORKS is nearly always appropriate for GCC. */
  1043. # define GC_SETJMP_WORKS 1
  1044. # endif
  1045. #endif
  1046. #endif /* EMACS_CONFIG_H */
  1047. /*
  1048. Local Variables:
  1049. mode: c
  1050. End:
  1051. */