config.h 39 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to the number of bits in type 'ptrdiff_t'. */
  3. #undef BITSIZEOF_PTRDIFF_T
  4. /* Define to the number of bits in type 'sig_atomic_t'. */
  5. #undef BITSIZEOF_SIG_ATOMIC_T
  6. /* Define to the number of bits in type 'size_t'. */
  7. #undef BITSIZEOF_SIZE_T
  8. /* Define to the number of bits in type 'wchar_t'. */
  9. #undef BITSIZEOF_WCHAR_T
  10. /* Define to the number of bits in type 'wint_t'. */
  11. #undef BITSIZEOF_WINT_T
  12. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  13. systems. This function is required for `alloca.c' support on those systems.
  14. */
  15. #undef CRAY_STACKSEG_END
  16. /* Define to 1 if using `alloca.c'. */
  17. #undef C_ALLOCA
  18. /* Define to 1 if // is a file system root distinct from /. */
  19. #undef DOUBLE_SLASH_IS_DISTINCT_ROOT
  20. /* Define as good substitute value for EILSEQ. */
  21. //#undef EILSEQ
  22. /* Define to 1 to enable a few rarely used encodings. */
  23. #undef ENABLE_EXTRA
  24. /* Define to 1 if translation of program messages to the user's native
  25. language is requested. */
  26. #undef ENABLE_NLS
  27. /* Define to 1 if the package shall run at any location in the file system. */
  28. #undef ENABLE_RELOCATABLE
  29. /* Define to 1 if realpath() can malloc memory, always gives an absolute path,
  30. and handles trailing slash correctly. */
  31. #undef FUNC_REALPATH_WORKS
  32. /* Define if gettimeofday clobbers the localtime buffer. */
  33. #undef GETTIMEOFDAY_CLOBBERS_LOCALTIME
  34. /* Define this to 'void' or 'struct timezone' to match the system's
  35. declaration of the second argument to gettimeofday. */
  36. #undef GETTIMEOFDAY_TIMEZONE
  37. /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
  38. whether the gnulib module canonicalize-lgpl shall be considered present. */
  39. #undef GNULIB_CANONICALIZE_LGPL
  40. /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
  41. whether the gnulib module fscanf shall be considered present. */
  42. #undef GNULIB_FSCANF
  43. /* Define to 1 if printf and friends should be labeled with attribute
  44. "__gnu_printf__" instead of "__printf__" */
  45. #undef GNULIB_PRINTF_ATTRIBUTE_FLAVOR_GNU
  46. /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
  47. whether the gnulib module scanf shall be considered present. */
  48. #undef GNULIB_SCANF
  49. /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
  50. whether the gnulib module sigpipe shall be considered present. */
  51. #undef GNULIB_SIGPIPE
  52. /* Define to a C preprocessor expression that evaluates to 1 or 0, depending
  53. whether the gnulib module strerror shall be considered present. */
  54. #undef GNULIB_STRERROR
  55. /* Define to 1 when the gnulib module canonicalize_file_name should be tested.
  56. */
  57. #undef GNULIB_TEST_CANONICALIZE_FILE_NAME
  58. /* Define to 1 when the gnulib module environ should be tested. */
  59. #undef GNULIB_TEST_ENVIRON
  60. /* Define to 1 when the gnulib module gettimeofday should be tested. */
  61. #undef GNULIB_TEST_GETTIMEOFDAY
  62. /* Define to 1 when the gnulib module lstat should be tested. */
  63. #undef GNULIB_TEST_LSTAT
  64. /* Define to 1 when the gnulib module malloc-posix should be tested. */
  65. #undef GNULIB_TEST_MALLOC_POSIX
  66. /* Define to 1 when the gnulib module raise should be tested. */
  67. #undef GNULIB_TEST_RAISE
  68. /* Define to 1 when the gnulib module read should be tested. */
  69. #undef GNULIB_TEST_READ
  70. /* Define to 1 when the gnulib module readlink should be tested. */
  71. #undef GNULIB_TEST_READLINK
  72. /* Define to 1 when the gnulib module realpath should be tested. */
  73. #undef GNULIB_TEST_REALPATH
  74. /* Define to 1 when the gnulib module sigprocmask should be tested. */
  75. #undef GNULIB_TEST_SIGPROCMASK
  76. /* Define to 1 when the gnulib module stat should be tested. */
  77. #undef GNULIB_TEST_STAT
  78. /* Define to 1 when the gnulib module strerror should be tested. */
  79. #undef GNULIB_TEST_STRERROR
  80. /* Define to 1 if you have `alloca', as a function or macro. */
  81. #undef HAVE_ALLOCA
  82. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  83. */
  84. #undef HAVE_ALLOCA_H
  85. /* Define to 1 if you have the `canonicalize_file_name' function. */
  86. #undef HAVE_CANONICALIZE_FILE_NAME
  87. /* Define to 1 if you have the Mac OS X function CFLocaleCopyCurrent in the
  88. CoreFoundation framework. */
  89. #undef HAVE_CFLOCALECOPYCURRENT
  90. /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
  91. the CoreFoundation framework. */
  92. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  93. /* Define if the GNU dcgettext() function is already present or preinstalled.
  94. */
  95. #undef HAVE_DCGETTEXT
  96. /* Define to 1 if you have the declaration of `clearerr_unlocked', and to 0 if
  97. you don't. */
  98. #undef HAVE_DECL_CLEARERR_UNLOCKED
  99. /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
  100. don't. */
  101. #undef HAVE_DECL_FEOF_UNLOCKED
  102. /* Define to 1 if you have the declaration of `ferror_unlocked', and to 0 if
  103. you don't. */
  104. #undef HAVE_DECL_FERROR_UNLOCKED
  105. /* Define to 1 if you have the declaration of `fflush_unlocked', and to 0 if
  106. you don't. */
  107. #undef HAVE_DECL_FFLUSH_UNLOCKED
  108. /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
  109. you don't. */
  110. #undef HAVE_DECL_FGETS_UNLOCKED
  111. /* Define to 1 if you have the declaration of `fputc_unlocked', and to 0 if
  112. you don't. */
  113. #undef HAVE_DECL_FPUTC_UNLOCKED
  114. /* Define to 1 if you have the declaration of `fputs_unlocked', and to 0 if
  115. you don't. */
  116. #undef HAVE_DECL_FPUTS_UNLOCKED
  117. /* Define to 1 if you have the declaration of `fread_unlocked', and to 0 if
  118. you don't. */
  119. #undef HAVE_DECL_FREAD_UNLOCKED
  120. /* Define to 1 if you have the declaration of `fwrite_unlocked', and to 0 if
  121. you don't. */
  122. #undef HAVE_DECL_FWRITE_UNLOCKED
  123. /* Define to 1 if you have the declaration of `getchar_unlocked', and to 0 if
  124. you don't. */
  125. #undef HAVE_DECL_GETCHAR_UNLOCKED
  126. /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
  127. don't. */
  128. #undef HAVE_DECL_GETC_UNLOCKED
  129. /* Define to 1 if you have the declaration of `program_invocation_name', and
  130. to 0 if you don't. */
  131. #undef HAVE_DECL_PROGRAM_INVOCATION_NAME
  132. /* Define to 1 if you have the declaration of `program_invocation_short_name',
  133. and to 0 if you don't. */
  134. #undef HAVE_DECL_PROGRAM_INVOCATION_SHORT_NAME
  135. /* Define to 1 if you have the declaration of `putchar_unlocked', and to 0 if
  136. you don't. */
  137. #undef HAVE_DECL_PUTCHAR_UNLOCKED
  138. /* Define to 1 if you have the declaration of `putc_unlocked', and to 0 if you
  139. don't. */
  140. #undef HAVE_DECL_PUTC_UNLOCKED
  141. /* Define to 1 if you have the declaration of `setenv', and to 0 if you don't.
  142. */
  143. #undef HAVE_DECL_SETENV
  144. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  145. don't. */
  146. #undef HAVE_DECL_STRERROR_R
  147. /* Define to 1 if you have the declaration of `__argv', and to 0 if you don't.
  148. */
  149. #undef HAVE_DECL___ARGV
  150. /* Define to 1 if you have the <dlfcn.h> header file. */
  151. #undef HAVE_DLFCN_H
  152. /* Define if you have the declaration of environ. */
  153. #undef HAVE_ENVIRON_DECL
  154. /* Define to 1 if you have the `getcwd' function. */
  155. #undef HAVE_GETCWD
  156. /* Define to 1 if you have the `getc_unlocked' function. */
  157. #undef HAVE_GETC_UNLOCKED
  158. /* Define to 1 if you have the `getexecname' function. */
  159. #undef HAVE_GETEXECNAME
  160. /* Define to 1 if you have the `getprogname' function. */
  161. #undef HAVE_GETPROGNAME
  162. /* Define if the GNU gettext() function is already present or preinstalled. */
  163. #undef HAVE_GETTEXT
  164. /* Define to 1 if you have the `gettimeofday' function. */
  165. #undef HAVE_GETTIMEOFDAY
  166. /* Define if you have the iconv() function and it works. */
  167. #undef HAVE_ICONV
  168. /* Define to 1 if you have the <inttypes.h> header file. */
  169. #undef HAVE_INTTYPES_H
  170. /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
  171. #undef HAVE_LANGINFO_CODESET
  172. /* Define to 1 if you have the <limits.h> header file. */
  173. #undef HAVE_LIMITS_H
  174. /* Define to 1 if the system has the type 'long long int'. */
  175. #undef HAVE_LONG_LONG_INT
  176. /* Define to 1 if you have the `lstat' function. */
  177. #undef HAVE_LSTAT
  178. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  179. #undef HAVE_MACH_O_DYLD_H
  180. /* Define if the 'malloc' function is POSIX compliant. */
  181. #undef HAVE_MALLOC_POSIX
  182. /* Define to 1 if you have the `mbrtowc' function. */
  183. #undef HAVE_MBRTOWC
  184. /* Define to 1 if you have the `mbsinit' function. */
  185. #undef HAVE_MBSINIT
  186. /* Define to 1 if <wchar.h> declares mbstate_t. */
  187. #undef HAVE_MBSTATE_T
  188. /* Define to 1 if you have the `memmove' function. */
  189. #undef HAVE_MEMMOVE
  190. /* Define to 1 if you have the <memory.h> header file. */
  191. #undef HAVE_MEMORY_H
  192. /* Define to 1 on MSVC platforms that have the "invalid parameter handler"
  193. concept. */
  194. #undef HAVE_MSVC_INVALID_PARAMETER_HANDLER
  195. /* Define to 1 if you have the `raise' function. */
  196. #undef HAVE_RAISE
  197. /* Define to 1 if atoll is declared even after undefining macros. */
  198. #undef HAVE_RAW_DECL_ATOLL
  199. /* Define to 1 if canonicalize_file_name is declared even after undefining
  200. macros. */
  201. #undef HAVE_RAW_DECL_CANONICALIZE_FILE_NAME
  202. /* Define to 1 if chdir is declared even after undefining macros. */
  203. #undef HAVE_RAW_DECL_CHDIR
  204. /* Define to 1 if chown is declared even after undefining macros. */
  205. #undef HAVE_RAW_DECL_CHOWN
  206. /* Define to 1 if dprintf is declared even after undefining macros. */
  207. #undef HAVE_RAW_DECL_DPRINTF
  208. /* Define to 1 if dup is declared even after undefining macros. */
  209. #undef HAVE_RAW_DECL_DUP
  210. /* Define to 1 if dup2 is declared even after undefining macros. */
  211. #undef HAVE_RAW_DECL_DUP2
  212. /* Define to 1 if dup3 is declared even after undefining macros. */
  213. #undef HAVE_RAW_DECL_DUP3
  214. /* Define to 1 if endusershell is declared even after undefining macros. */
  215. #undef HAVE_RAW_DECL_ENDUSERSHELL
  216. /* Define to 1 if environ is declared even after undefining macros. */
  217. #undef HAVE_RAW_DECL_ENVIRON
  218. /* Define to 1 if euidaccess is declared even after undefining macros. */
  219. #undef HAVE_RAW_DECL_EUIDACCESS
  220. /* Define to 1 if faccessat is declared even after undefining macros. */
  221. #undef HAVE_RAW_DECL_FACCESSAT
  222. /* Define to 1 if fchdir is declared even after undefining macros. */
  223. #undef HAVE_RAW_DECL_FCHDIR
  224. /* Define to 1 if fchmodat is declared even after undefining macros. */
  225. #undef HAVE_RAW_DECL_FCHMODAT
  226. /* Define to 1 if fchownat is declared even after undefining macros. */
  227. #undef HAVE_RAW_DECL_FCHOWNAT
  228. /* Define to 1 if fcntl is declared even after undefining macros. */
  229. #undef HAVE_RAW_DECL_FCNTL
  230. /* Define to 1 if fdatasync is declared even after undefining macros. */
  231. #undef HAVE_RAW_DECL_FDATASYNC
  232. /* Define to 1 if ffsl is declared even after undefining macros. */
  233. #undef HAVE_RAW_DECL_FFSL
  234. /* Define to 1 if ffsll is declared even after undefining macros. */
  235. #undef HAVE_RAW_DECL_FFSLL
  236. /* Define to 1 if fpurge is declared even after undefining macros. */
  237. #undef HAVE_RAW_DECL_FPURGE
  238. /* Define to 1 if fseeko is declared even after undefining macros. */
  239. #undef HAVE_RAW_DECL_FSEEKO
  240. /* Define to 1 if fstat is declared even after undefining macros. */
  241. #undef HAVE_RAW_DECL_FSTAT
  242. /* Define to 1 if fstatat is declared even after undefining macros. */
  243. #undef HAVE_RAW_DECL_FSTATAT
  244. /* Define to 1 if fsync is declared even after undefining macros. */
  245. #undef HAVE_RAW_DECL_FSYNC
  246. /* Define to 1 if ftello is declared even after undefining macros. */
  247. #undef HAVE_RAW_DECL_FTELLO
  248. /* Define to 1 if ftruncate is declared even after undefining macros. */
  249. #undef HAVE_RAW_DECL_FTRUNCATE
  250. /* Define to 1 if futimens is declared even after undefining macros. */
  251. #undef HAVE_RAW_DECL_FUTIMENS
  252. /* Define to 1 if getcwd is declared even after undefining macros. */
  253. #undef HAVE_RAW_DECL_GETCWD
  254. /* Define to 1 if getdelim is declared even after undefining macros. */
  255. #undef HAVE_RAW_DECL_GETDELIM
  256. /* Define to 1 if getdomainname is declared even after undefining macros. */
  257. #undef HAVE_RAW_DECL_GETDOMAINNAME
  258. /* Define to 1 if getdtablesize is declared even after undefining macros. */
  259. #undef HAVE_RAW_DECL_GETDTABLESIZE
  260. /* Define to 1 if getgroups is declared even after undefining macros. */
  261. #undef HAVE_RAW_DECL_GETGROUPS
  262. /* Define to 1 if gethostname is declared even after undefining macros. */
  263. #undef HAVE_RAW_DECL_GETHOSTNAME
  264. /* Define to 1 if getline is declared even after undefining macros. */
  265. #undef HAVE_RAW_DECL_GETLINE
  266. /* Define to 1 if getloadavg is declared even after undefining macros. */
  267. #undef HAVE_RAW_DECL_GETLOADAVG
  268. /* Define to 1 if getlogin is declared even after undefining macros. */
  269. #undef HAVE_RAW_DECL_GETLOGIN
  270. /* Define to 1 if getlogin_r is declared even after undefining macros. */
  271. #undef HAVE_RAW_DECL_GETLOGIN_R
  272. /* Define to 1 if getpagesize is declared even after undefining macros. */
  273. #undef HAVE_RAW_DECL_GETPAGESIZE
  274. /* Define to 1 if gets is declared even after undefining macros. */
  275. #undef HAVE_RAW_DECL_GETS
  276. /* Define to 1 if getsubopt is declared even after undefining macros. */
  277. #undef HAVE_RAW_DECL_GETSUBOPT
  278. /* Define to 1 if gettimeofday is declared even after undefining macros. */
  279. #undef HAVE_RAW_DECL_GETTIMEOFDAY
  280. /* Define to 1 if getusershell is declared even after undefining macros. */
  281. #undef HAVE_RAW_DECL_GETUSERSHELL
  282. /* Define to 1 if grantpt is declared even after undefining macros. */
  283. #undef HAVE_RAW_DECL_GRANTPT
  284. /* Define to 1 if group_member is declared even after undefining macros. */
  285. #undef HAVE_RAW_DECL_GROUP_MEMBER
  286. /* Define to 1 if initstate is declared even after undefining macros. */
  287. #undef HAVE_RAW_DECL_INITSTATE
  288. /* Define to 1 if initstate_r is declared even after undefining macros. */
  289. #undef HAVE_RAW_DECL_INITSTATE_R
  290. /* Define to 1 if isatty is declared even after undefining macros. */
  291. #undef HAVE_RAW_DECL_ISATTY
  292. /* Define to 1 if lchmod is declared even after undefining macros. */
  293. #undef HAVE_RAW_DECL_LCHMOD
  294. /* Define to 1 if lchown is declared even after undefining macros. */
  295. #undef HAVE_RAW_DECL_LCHOWN
  296. /* Define to 1 if link is declared even after undefining macros. */
  297. #undef HAVE_RAW_DECL_LINK
  298. /* Define to 1 if linkat is declared even after undefining macros. */
  299. #undef HAVE_RAW_DECL_LINKAT
  300. /* Define to 1 if lseek is declared even after undefining macros. */
  301. #undef HAVE_RAW_DECL_LSEEK
  302. /* Define to 1 if lstat is declared even after undefining macros. */
  303. #undef HAVE_RAW_DECL_LSTAT
  304. /* Define to 1 if memmem is declared even after undefining macros. */
  305. #undef HAVE_RAW_DECL_MEMMEM
  306. /* Define to 1 if mempcpy is declared even after undefining macros. */
  307. #undef HAVE_RAW_DECL_MEMPCPY
  308. /* Define to 1 if memrchr is declared even after undefining macros. */
  309. #undef HAVE_RAW_DECL_MEMRCHR
  310. /* Define to 1 if mkdirat is declared even after undefining macros. */
  311. #undef HAVE_RAW_DECL_MKDIRAT
  312. /* Define to 1 if mkdtemp is declared even after undefining macros. */
  313. #undef HAVE_RAW_DECL_MKDTEMP
  314. /* Define to 1 if mkfifo is declared even after undefining macros. */
  315. #undef HAVE_RAW_DECL_MKFIFO
  316. /* Define to 1 if mkfifoat is declared even after undefining macros. */
  317. #undef HAVE_RAW_DECL_MKFIFOAT
  318. /* Define to 1 if mknod is declared even after undefining macros. */
  319. #undef HAVE_RAW_DECL_MKNOD
  320. /* Define to 1 if mknodat is declared even after undefining macros. */
  321. #undef HAVE_RAW_DECL_MKNODAT
  322. /* Define to 1 if mkostemp is declared even after undefining macros. */
  323. #undef HAVE_RAW_DECL_MKOSTEMP
  324. /* Define to 1 if mkostemps is declared even after undefining macros. */
  325. #undef HAVE_RAW_DECL_MKOSTEMPS
  326. /* Define to 1 if mkstemp is declared even after undefining macros. */
  327. #undef HAVE_RAW_DECL_MKSTEMP
  328. /* Define to 1 if mkstemps is declared even after undefining macros. */
  329. #undef HAVE_RAW_DECL_MKSTEMPS
  330. /* Define to 1 if openat is declared even after undefining macros. */
  331. #undef HAVE_RAW_DECL_OPENAT
  332. /* Define to 1 if pclose is declared even after undefining macros. */
  333. #undef HAVE_RAW_DECL_PCLOSE
  334. /* Define to 1 if pipe is declared even after undefining macros. */
  335. #undef HAVE_RAW_DECL_PIPE
  336. /* Define to 1 if pipe2 is declared even after undefining macros. */
  337. #undef HAVE_RAW_DECL_PIPE2
  338. /* Define to 1 if popen is declared even after undefining macros. */
  339. #undef HAVE_RAW_DECL_POPEN
  340. /* Define to 1 if posix_openpt is declared even after undefining macros. */
  341. #undef HAVE_RAW_DECL_POSIX_OPENPT
  342. /* Define to 1 if pread is declared even after undefining macros. */
  343. #undef HAVE_RAW_DECL_PREAD
  344. /* Define to 1 if pthread_sigmask is declared even after undefining macros. */
  345. #undef HAVE_RAW_DECL_PTHREAD_SIGMASK
  346. /* Define to 1 if ptsname is declared even after undefining macros. */
  347. #undef HAVE_RAW_DECL_PTSNAME
  348. /* Define to 1 if ptsname_r is declared even after undefining macros. */
  349. #undef HAVE_RAW_DECL_PTSNAME_R
  350. /* Define to 1 if pwrite is declared even after undefining macros. */
  351. #undef HAVE_RAW_DECL_PWRITE
  352. /* Define to 1 if qsort_r is declared even after undefining macros. */
  353. #undef HAVE_RAW_DECL_QSORT_R
  354. /* Define to 1 if random is declared even after undefining macros. */
  355. #undef HAVE_RAW_DECL_RANDOM
  356. /* Define to 1 if random_r is declared even after undefining macros. */
  357. #undef HAVE_RAW_DECL_RANDOM_R
  358. /* Define to 1 if rawmemchr is declared even after undefining macros. */
  359. #undef HAVE_RAW_DECL_RAWMEMCHR
  360. /* Define to 1 if readlink is declared even after undefining macros. */
  361. #undef HAVE_RAW_DECL_READLINK
  362. /* Define to 1 if readlinkat is declared even after undefining macros. */
  363. #undef HAVE_RAW_DECL_READLINKAT
  364. /* Define to 1 if realpath is declared even after undefining macros. */
  365. #undef HAVE_RAW_DECL_REALPATH
  366. /* Define to 1 if renameat is declared even after undefining macros. */
  367. #undef HAVE_RAW_DECL_RENAMEAT
  368. /* Define to 1 if rmdir is declared even after undefining macros. */
  369. #undef HAVE_RAW_DECL_RMDIR
  370. /* Define to 1 if rpmatch is declared even after undefining macros. */
  371. #undef HAVE_RAW_DECL_RPMATCH
  372. /* Define to 1 if secure_getenv is declared even after undefining macros. */
  373. #undef HAVE_RAW_DECL_SECURE_GETENV
  374. /* Define to 1 if setenv is declared even after undefining macros. */
  375. #undef HAVE_RAW_DECL_SETENV
  376. /* Define to 1 if sethostname is declared even after undefining macros. */
  377. #undef HAVE_RAW_DECL_SETHOSTNAME
  378. /* Define to 1 if setstate is declared even after undefining macros. */
  379. #undef HAVE_RAW_DECL_SETSTATE
  380. /* Define to 1 if setstate_r is declared even after undefining macros. */
  381. #undef HAVE_RAW_DECL_SETSTATE_R
  382. /* Define to 1 if setusershell is declared even after undefining macros. */
  383. #undef HAVE_RAW_DECL_SETUSERSHELL
  384. /* Define to 1 if sigaction is declared even after undefining macros. */
  385. #undef HAVE_RAW_DECL_SIGACTION
  386. /* Define to 1 if sigaddset is declared even after undefining macros. */
  387. #undef HAVE_RAW_DECL_SIGADDSET
  388. /* Define to 1 if sigdelset is declared even after undefining macros. */
  389. #undef HAVE_RAW_DECL_SIGDELSET
  390. /* Define to 1 if sigemptyset is declared even after undefining macros. */
  391. #undef HAVE_RAW_DECL_SIGEMPTYSET
  392. /* Define to 1 if sigfillset is declared even after undefining macros. */
  393. #undef HAVE_RAW_DECL_SIGFILLSET
  394. /* Define to 1 if sigismember is declared even after undefining macros. */
  395. #undef HAVE_RAW_DECL_SIGISMEMBER
  396. /* Define to 1 if sigpending is declared even after undefining macros. */
  397. #undef HAVE_RAW_DECL_SIGPENDING
  398. /* Define to 1 if sigprocmask is declared even after undefining macros. */
  399. #undef HAVE_RAW_DECL_SIGPROCMASK
  400. /* Define to 1 if sleep is declared even after undefining macros. */
  401. #undef HAVE_RAW_DECL_SLEEP
  402. /* Define to 1 if snprintf is declared even after undefining macros. */
  403. #undef HAVE_RAW_DECL_SNPRINTF
  404. /* Define to 1 if srandom is declared even after undefining macros. */
  405. #undef HAVE_RAW_DECL_SRANDOM
  406. /* Define to 1 if srandom_r is declared even after undefining macros. */
  407. #undef HAVE_RAW_DECL_SRANDOM_R
  408. /* Define to 1 if stat is declared even after undefining macros. */
  409. #undef HAVE_RAW_DECL_STAT
  410. /* Define to 1 if stpcpy is declared even after undefining macros. */
  411. #undef HAVE_RAW_DECL_STPCPY
  412. /* Define to 1 if stpncpy is declared even after undefining macros. */
  413. #undef HAVE_RAW_DECL_STPNCPY
  414. /* Define to 1 if strcasestr is declared even after undefining macros. */
  415. #undef HAVE_RAW_DECL_STRCASESTR
  416. /* Define to 1 if strchrnul is declared even after undefining macros. */
  417. #undef HAVE_RAW_DECL_STRCHRNUL
  418. /* Define to 1 if strdup is declared even after undefining macros. */
  419. #undef HAVE_RAW_DECL_STRDUP
  420. /* Define to 1 if strerror_r is declared even after undefining macros. */
  421. #undef HAVE_RAW_DECL_STRERROR_R
  422. /* Define to 1 if strncat is declared even after undefining macros. */
  423. #undef HAVE_RAW_DECL_STRNCAT
  424. /* Define to 1 if strndup is declared even after undefining macros. */
  425. #undef HAVE_RAW_DECL_STRNDUP
  426. /* Define to 1 if strnlen is declared even after undefining macros. */
  427. #undef HAVE_RAW_DECL_STRNLEN
  428. /* Define to 1 if strpbrk is declared even after undefining macros. */
  429. #undef HAVE_RAW_DECL_STRPBRK
  430. /* Define to 1 if strsep is declared even after undefining macros. */
  431. #undef HAVE_RAW_DECL_STRSEP
  432. /* Define to 1 if strsignal is declared even after undefining macros. */
  433. #undef HAVE_RAW_DECL_STRSIGNAL
  434. /* Define to 1 if strtod is declared even after undefining macros. */
  435. #undef HAVE_RAW_DECL_STRTOD
  436. /* Define to 1 if strtok_r is declared even after undefining macros. */
  437. #undef HAVE_RAW_DECL_STRTOK_R
  438. /* Define to 1 if strtoll is declared even after undefining macros. */
  439. #undef HAVE_RAW_DECL_STRTOLL
  440. /* Define to 1 if strtoull is declared even after undefining macros. */
  441. #undef HAVE_RAW_DECL_STRTOULL
  442. /* Define to 1 if strverscmp is declared even after undefining macros. */
  443. #undef HAVE_RAW_DECL_STRVERSCMP
  444. /* Define to 1 if symlink is declared even after undefining macros. */
  445. #undef HAVE_RAW_DECL_SYMLINK
  446. /* Define to 1 if symlinkat is declared even after undefining macros. */
  447. #undef HAVE_RAW_DECL_SYMLINKAT
  448. /* Define to 1 if tmpfile is declared even after undefining macros. */
  449. #undef HAVE_RAW_DECL_TMPFILE
  450. /* Define to 1 if ttyname_r is declared even after undefining macros. */
  451. #undef HAVE_RAW_DECL_TTYNAME_R
  452. /* Define to 1 if unlink is declared even after undefining macros. */
  453. #undef HAVE_RAW_DECL_UNLINK
  454. /* Define to 1 if unlinkat is declared even after undefining macros. */
  455. #undef HAVE_RAW_DECL_UNLINKAT
  456. /* Define to 1 if unlockpt is declared even after undefining macros. */
  457. #undef HAVE_RAW_DECL_UNLOCKPT
  458. /* Define to 1 if unsetenv is declared even after undefining macros. */
  459. #undef HAVE_RAW_DECL_UNSETENV
  460. /* Define to 1 if usleep is declared even after undefining macros. */
  461. #undef HAVE_RAW_DECL_USLEEP
  462. /* Define to 1 if utimensat is declared even after undefining macros. */
  463. #undef HAVE_RAW_DECL_UTIMENSAT
  464. /* Define to 1 if vdprintf is declared even after undefining macros. */
  465. #undef HAVE_RAW_DECL_VDPRINTF
  466. /* Define to 1 if vsnprintf is declared even after undefining macros. */
  467. #undef HAVE_RAW_DECL_VSNPRINTF
  468. /* Define to 1 if _Exit is declared even after undefining macros. */
  469. #undef HAVE_RAW_DECL__EXIT
  470. /* Define to 1 if you have the `readlink' function. */
  471. #undef HAVE_READLINK
  472. /* Define to 1 if you have the `readlinkat' function. */
  473. #undef HAVE_READLINKAT
  474. /* Define to 1 if you have the `realpath' function. */
  475. #undef HAVE_REALPATH
  476. /* Define to 1 if you have the <search.h> header file. */
  477. #undef HAVE_SEARCH_H
  478. /* Define to 1 if you have the `setenv' function. */
  479. #undef HAVE_SETENV
  480. /* Define to 1 if you have the `setlocale' function. */
  481. #undef HAVE_SETLOCALE
  482. /* Define to 1 if 'sig_atomic_t' is a signed integer type. */
  483. #undef HAVE_SIGNED_SIG_ATOMIC_T
  484. /* Define to 1 if 'wchar_t' is a signed integer type. */
  485. #undef HAVE_SIGNED_WCHAR_T
  486. /* Define to 1 if 'wint_t' is a signed integer type. */
  487. #undef HAVE_SIGNED_WINT_T
  488. /* Define to 1 if the system has the type `sigset_t'. */
  489. #undef HAVE_SIGSET_T
  490. /* Define to 1 if you have the <stdint.h> header file. */
  491. #undef HAVE_STDINT_H
  492. /* Define to 1 if you have the <stdlib.h> header file. */
  493. #undef HAVE_STDLIB_H
  494. /* Define to 1 if you have the `strerror_r' function. */
  495. #undef HAVE_STRERROR_R
  496. /* Define to 1 if you have the <strings.h> header file. */
  497. #undef HAVE_STRINGS_H
  498. /* Define to 1 if you have the <string.h> header file. */
  499. #undef HAVE_STRING_H
  500. /* Define to 1 if you have the `symlink' function. */
  501. #undef HAVE_SYMLINK
  502. /* Define to 1 if you have the <sys/bitypes.h> header file. */
  503. #undef HAVE_SYS_BITYPES_H
  504. /* Define to 1 if you have the <sys/inttypes.h> header file. */
  505. #undef HAVE_SYS_INTTYPES_H
  506. /* Define to 1 if you have the <sys/param.h> header file. */
  507. #undef HAVE_SYS_PARAM_H
  508. /* Define to 1 if you have the <sys/socket.h> header file. */
  509. #undef HAVE_SYS_SOCKET_H
  510. /* Define to 1 if you have the <sys/stat.h> header file. */
  511. #undef HAVE_SYS_STAT_H
  512. /* Define to 1 if you have the <sys/timeb.h> header file. */
  513. #undef HAVE_SYS_TIMEB_H
  514. /* Define to 1 if you have the <sys/time.h> header file. */
  515. #undef HAVE_SYS_TIME_H
  516. /* Define to 1 if you have the <sys/types.h> header file. */
  517. #undef HAVE_SYS_TYPES_H
  518. /* Define to 1 if you have the `tsearch' function. */
  519. #undef HAVE_TSEARCH
  520. /* Define to 1 if you have the <unistd.h> header file. */
  521. #undef HAVE_UNISTD_H
  522. /* Define to 1 if the system has the type 'unsigned long long int'. */
  523. #undef HAVE_UNSIGNED_LONG_LONG_INT
  524. /* Define if you have a global __progname variable */
  525. #undef HAVE_VAR___PROGNAME
  526. /* Define to 1 or 0, depending whether the compiler supports simple visibility
  527. declarations. */
  528. #undef HAVE_VISIBILITY
  529. /* Define to 1 if you have the <wchar.h> header file. */
  530. #undef HAVE_WCHAR_H
  531. /* Define if you have the 'wchar_t' type. */
  532. #undef HAVE_WCHAR_T
  533. /* Define to 1 if you have the `wcrtomb' function. */
  534. #undef HAVE_WCRTOMB
  535. /* Define to 1 if you have the <winsock2.h> header file. */
  536. #undef HAVE_WINSOCK2_H
  537. /* Define if you have the 'wint_t' type. */
  538. #undef HAVE_WINT_T
  539. /* Define to 1 if O_NOATIME works. */
  540. #undef HAVE_WORKING_O_NOATIME
  541. /* Define to 1 if O_NOFOLLOW works. */
  542. #undef HAVE_WORKING_O_NOFOLLOW
  543. /* Define to 1 if the system has the type `_Bool'. */
  544. #undef HAVE__BOOL
  545. /* Define to 1 if you have the `_ftime' function. */
  546. #undef HAVE__FTIME
  547. /* Define to 1 if you have the `_NSGetExecutablePath' function. */
  548. #undef HAVE__NSGETEXECUTABLEPATH
  549. /* Define to 1 if you have the `_set_invalid_parameter_handler' function. */
  550. #undef HAVE__SET_INVALID_PARAMETER_HANDLER
  551. /* Define as const if the declaration of iconv() needs const. */
  552. #undef ICONV_CONST
  553. /* Define to the value of ${prefix}, as a string. */
  554. #undef INSTALLPREFIX
  555. /* Define to 1 if 'lstat' dereferences a symlink specified with a trailing
  556. slash. */
  557. #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
  558. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  559. #undef LT_OBJDIR
  560. /* If malloc(0) is != NULL, define this to 1. Otherwise define this to 0. */
  561. #undef MALLOC_0_IS_NONNULL
  562. /* Use GNU style printf and scanf. */
  563. #ifndef __USE_MINGW_ANSI_STDIO
  564. # undef __USE_MINGW_ANSI_STDIO
  565. #endif
  566. /* Name of package */
  567. #undef PACKAGE
  568. /* Define to the address where bug reports for this package should be sent. */
  569. #undef PACKAGE_BUGREPORT
  570. /* Define to the full name of this package. */
  571. #undef PACKAGE_NAME
  572. /* Define to the full name and version of this package. */
  573. #undef PACKAGE_STRING
  574. /* Define to the one symbol short name of this package. */
  575. #undef PACKAGE_TARNAME
  576. /* Define to the home page for this package. */
  577. #undef PACKAGE_URL
  578. /* Define to the version of this package. */
  579. #undef PACKAGE_VERSION
  580. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  581. 'ptrdiff_t'. */
  582. #undef PTRDIFF_T_SUFFIX
  583. /* Define to 1 if readlink fails to recognize a trailing slash. */
  584. #undef READLINK_TRAILING_SLASH_BUG
  585. /* Define to 1 if stat needs help when passed a directory name with a trailing
  586. slash */
  587. #undef REPLACE_FUNC_STAT_DIR
  588. /* Define to 1 if stat needs help when passed a file name with a trailing
  589. slash */
  590. #undef REPLACE_FUNC_STAT_FILE
  591. /* Define to 1 if strerror(0) does not return a message implying success. */
  592. #undef REPLACE_STRERROR_0
  593. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  594. 'sig_atomic_t'. */
  595. #undef SIG_ATOMIC_T_SUFFIX
  596. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  597. 'size_t'. */
  598. #undef SIZE_T_SUFFIX
  599. /* If using the C implementation of alloca, define if you know the
  600. direction of stack growth for your system; otherwise it will be
  601. automatically deduced at runtime.
  602. STACK_DIRECTION > 0 => grows toward higher addresses
  603. STACK_DIRECTION < 0 => grows toward lower addresses
  604. STACK_DIRECTION = 0 => direction of growth unknown */
  605. #undef STACK_DIRECTION
  606. /* Define to 1 if the `S_IS*' macros in <sys/stat.h> do not work properly. */
  607. #undef STAT_MACROS_BROKEN
  608. /* Define to 1 if you have the ANSI C header files. */
  609. #undef STDC_HEADERS
  610. /* Define to 1 if strerror_r returns char *. */
  611. #undef STRERROR_R_CHAR_P
  612. /* Define to the prefix of C symbols at the assembler and linker level, either
  613. an underscore or empty. */
  614. #undef USER_LABEL_PREFIX
  615. /* Enable extensions on AIX 3, Interix. */
  616. #ifndef _ALL_SOURCE
  617. # undef _ALL_SOURCE
  618. #endif
  619. /* Enable general extensions on macOS. */
  620. #ifndef _DARWIN_C_SOURCE
  621. # undef _DARWIN_C_SOURCE
  622. #endif
  623. /* Enable GNU extensions on systems that have them. */
  624. #ifndef _GNU_SOURCE
  625. # undef _GNU_SOURCE
  626. #endif
  627. /* Enable threading extensions on Solaris. */
  628. #ifndef _POSIX_PTHREAD_SEMANTICS
  629. # undef _POSIX_PTHREAD_SEMANTICS
  630. #endif
  631. /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
  632. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  633. # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  634. #endif
  635. /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
  636. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  637. # undef __STDC_WANT_IEC_60559_BFP_EXT__
  638. #endif
  639. /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
  640. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  641. # undef __STDC_WANT_IEC_60559_DFP_EXT__
  642. #endif
  643. /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
  644. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  645. # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
  646. #endif
  647. /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
  648. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  649. # undef __STDC_WANT_IEC_60559_TYPES_EXT__
  650. #endif
  651. /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
  652. #ifndef __STDC_WANT_LIB_EXT2__
  653. # undef __STDC_WANT_LIB_EXT2__
  654. #endif
  655. /* Enable extensions specified by ISO/IEC 24747:2009. */
  656. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  657. # undef __STDC_WANT_MATH_SPEC_FUNCS__
  658. #endif
  659. /* Enable extensions on HP NonStop. */
  660. #ifndef _TANDEM_SOURCE
  661. # undef _TANDEM_SOURCE
  662. #endif
  663. /* Enable X/Open extensions if necessary. HP-UX 11.11 defines
  664. mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
  665. whether compiling with -Ae or -D_HPUX_SOURCE=1. */
  666. #ifndef _XOPEN_SOURCE
  667. # undef _XOPEN_SOURCE
  668. #endif
  669. /* Enable general extensions on Solaris. */
  670. #ifndef __EXTENSIONS__
  671. # undef __EXTENSIONS__
  672. #endif
  673. /* Define to 1 if you want getc etc. to use unlocked I/O if available.
  674. Unlocked I/O can improve performance in unithreaded apps, but it is not
  675. safe for multithreaded apps. */
  676. #undef USE_UNLOCKED_IO
  677. /* Version number of package */
  678. #undef VERSION
  679. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  680. 'wchar_t'. */
  681. #undef WCHAR_T_SUFFIX
  682. /* Define to l, ll, u, ul, ull, etc., as suitable for constants of type
  683. 'wint_t'. */
  684. #undef WINT_T_SUFFIX
  685. /* Define if the machine's byte ordering is little endian. */
  686. #undef WORDS_LITTLEENDIAN
  687. /* Enable large inode numbers on Mac OS X 10.5. */
  688. #undef _DARWIN_USE_64_BIT_INODE
  689. /* Number of bits in a file offset, on hosts where this is settable. */
  690. #undef _FILE_OFFSET_BITS
  691. /* Define to 1 if Gnulib overrides 'struct stat' on Windows so that struct
  692. stat.st_size becomes 64-bit. */
  693. #undef _GL_WINDOWS_64_BIT_ST_SIZE
  694. /* Define for large files, on AIX-style hosts. */
  695. #undef _LARGE_FILES
  696. /* Define to 1 if on MINIX. */
  697. #undef _MINIX
  698. /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
  699. #undef _NETBSD_SOURCE
  700. /* The _Noreturn keyword of C11. */
  701. #if ! (defined _Noreturn \
  702. || (defined __STDC_VERSION__ && 201112 <= __STDC_VERSION__))
  703. # if (3 <= __GNUC__ || (__GNUC__ == 2 && 8 <= __GNUC_MINOR__) \
  704. || 0x5110 <= __SUNPRO_C)
  705. # define _Noreturn __attribute__ ((__noreturn__))
  706. # elif defined _MSC_VER && 1200 <= _MSC_VER
  707. # define _Noreturn __declspec (noreturn)
  708. # else
  709. # define _Noreturn
  710. # endif
  711. #endif
  712. /* Define to 2 if the system does not provide POSIX.1 features except with
  713. this defined. */
  714. #undef _POSIX_1_SOURCE
  715. /* Define to 1 if you need to in order for 'stat' and other things to work. */
  716. #undef _POSIX_SOURCE
  717. /* Define to 1 if the system <stdint.h> predates C++11. */
  718. #undef __STDC_CONSTANT_MACROS
  719. /* Define to 1 if the system <stdint.h> predates C++11. */
  720. #undef __STDC_LIMIT_MACROS
  721. /* Please see the Gnulib manual for how to use these macros.
  722. Suppress extern inline with HP-UX cc, as it appears to be broken; see
  723. <http://lists.gnu.org/archive/html/bug-texinfo/2013-02/msg00030.html>.
  724. Suppress extern inline with Sun C in standards-conformance mode, as it
  725. mishandles inline functions that call each other. E.g., for 'inline void f
  726. (void) { } inline void g (void) { f (); }', c99 incorrectly complains
  727. 'reference to static identifier "f" in extern inline function'.
  728. This bug was observed with Sun C 5.12 SunOS_i386 2011/11/16.
  729. Suppress extern inline (with or without __attribute__ ((__gnu_inline__)))
  730. on configurations that mistakenly use 'static inline' to implement
  731. functions or macros in standard C headers like <ctype.h>. For example,
  732. if isdigit is mistakenly implemented via a static inline function,
  733. a program containing an extern inline function that calls isdigit
  734. may not work since the C standard prohibits extern inline functions
  735. from calling static functions. This bug is known to occur on:
  736. OS X 10.8 and earlier; see:
  737. http://lists.gnu.org/archive/html/bug-gnulib/2012-12/msg00023.html
  738. DragonFly; see
  739. http://muscles.dragonflybsd.org/bulk/bleeding-edge-potential/latest-per-pkg/ah-tty-0.3.12.log
  740. FreeBSD; see:
  741. http://lists.gnu.org/archive/html/bug-gnulib/2014-07/msg00104.html
  742. OS X 10.9 has a macro __header_inline indicating the bug is fixed for C and
  743. for clang but remains for g++; see <http://trac.macports.org/ticket/41033>.
  744. Assume DragonFly and FreeBSD will be similar. */
  745. #if (((defined __APPLE__ && defined __MACH__) \
  746. || defined __DragonFly__ || defined __FreeBSD__) \
  747. && (defined __header_inline \
  748. ? (defined __cplusplus && defined __GNUC_STDC_INLINE__ \
  749. && ! defined __clang__) \
  750. : ((! defined _DONT_USE_CTYPE_INLINE_ \
  751. && (defined __GNUC__ || defined __cplusplus)) \
  752. || (defined _FORTIFY_SOURCE && 0 < _FORTIFY_SOURCE \
  753. && defined __GNUC__ && ! defined __cplusplus))))
  754. # define _GL_EXTERN_INLINE_STDHEADER_BUG
  755. #endif
  756. #if ((__GNUC__ \
  757. ? defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__ \
  758. : (199901L <= __STDC_VERSION__ \
  759. && !defined __HP_cc \
  760. && !defined __PGI \
  761. && !(defined __SUNPRO_C && __STDC__))) \
  762. && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
  763. # define _GL_INLINE inline
  764. # define _GL_EXTERN_INLINE extern inline
  765. # define _GL_EXTERN_INLINE_IN_USE
  766. #elif (2 < __GNUC__ + (7 <= __GNUC_MINOR__) && !defined __STRICT_ANSI__ \
  767. && !defined _GL_EXTERN_INLINE_STDHEADER_BUG)
  768. # if defined __GNUC_GNU_INLINE__ && __GNUC_GNU_INLINE__
  769. /* __gnu_inline__ suppresses a GCC 4.2 diagnostic. */
  770. # define _GL_INLINE extern inline __attribute__ ((__gnu_inline__))
  771. # else
  772. # define _GL_INLINE extern inline
  773. # endif
  774. # define _GL_EXTERN_INLINE extern
  775. # define _GL_EXTERN_INLINE_IN_USE
  776. #else
  777. # define _GL_INLINE static _GL_UNUSED
  778. # define _GL_EXTERN_INLINE static _GL_UNUSED
  779. #endif
  780. /* In GCC 4.6 (inclusive) to 5.1 (exclusive),
  781. suppress bogus "no previous prototype for 'FOO'"
  782. and "no previous declaration for 'FOO'" diagnostics,
  783. when FOO is an inline function in the header; see
  784. <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=54113> and
  785. <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63877>. */
  786. #if __GNUC__ == 4 && 6 <= __GNUC_MINOR__
  787. # if defined __GNUC_STDC_INLINE__ && __GNUC_STDC_INLINE__
  788. # define _GL_INLINE_HEADER_CONST_PRAGMA
  789. # else
  790. # define _GL_INLINE_HEADER_CONST_PRAGMA \
  791. _Pragma ("GCC diagnostic ignored \"-Wsuggest-attribute=const\"")
  792. # endif
  793. # define _GL_INLINE_HEADER_BEGIN \
  794. _Pragma ("GCC diagnostic push") \
  795. _Pragma ("GCC diagnostic ignored \"-Wmissing-prototypes\"") \
  796. _Pragma ("GCC diagnostic ignored \"-Wmissing-declarations\"") \
  797. _GL_INLINE_HEADER_CONST_PRAGMA
  798. # define _GL_INLINE_HEADER_END \
  799. _Pragma ("GCC diagnostic pop")
  800. #else
  801. # define _GL_INLINE_HEADER_BEGIN
  802. # define _GL_INLINE_HEADER_END
  803. #endif
  804. /* Define to `int' if <sys/types.h> doesn't define. */
  805. #undef gid_t
  806. /* Work around a bug in Apple GCC 4.0.1 build 5465: In C99 mode, it supports
  807. the ISO C 99 semantics of 'extern inline' (unlike the GNU C semantics of
  808. earlier versions), but does not display it by setting __GNUC_STDC_INLINE__.
  809. __APPLE__ && __MACH__ test for Mac OS X.
  810. __APPLE_CC__ tests for the Apple compiler and its version.
  811. __STDC_VERSION__ tests for the C99 mode. */
  812. #if defined __APPLE__ && defined __MACH__ && __APPLE_CC__ >= 5465 && !defined __cplusplus && __STDC_VERSION__ >= 199901L && !defined __GNUC_STDC_INLINE__
  813. # define __GNUC_STDC_INLINE__ 1
  814. #endif
  815. /* Define to a type if <wchar.h> does not define. */
  816. #undef mbstate_t
  817. /* Define to `int' if <sys/types.h> does not define. */
  818. #undef mode_t
  819. /* Define to the type of st_nlink in struct stat, or a supertype. */
  820. #undef nlink_t
  821. /* Define to `int' if <sys/types.h> does not define. */
  822. #undef pid_t
  823. /* Define to the equivalent of the C99 'restrict' keyword, or to
  824. nothing if this is not supported. Do not define if restrict is
  825. supported directly. */
  826. #undef restrict
  827. /* Work around a bug in Sun C++: it does not support _Restrict or
  828. __restrict__, even though the corresponding Sun C compiler ends up with
  829. "#define restrict _Restrict" or "#define restrict __restrict__" in the
  830. previous line. Perhaps some future version of Sun C++ will work with
  831. restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
  832. #if defined __SUNPRO_CC && !defined __RESTRICT
  833. # define _Restrict
  834. # define __restrict__
  835. #endif
  836. /* Define to `unsigned int' if <sys/types.h> does not define. */
  837. #undef size_t
  838. /* Define as a signed type of the same size as size_t. */
  839. #undef ssize_t
  840. /* Define to `int' if <sys/types.h> doesn't define. */
  841. #undef uid_t
  842. /* Define as a marker that can be attached to declarations that might not
  843. be used. This helps to reduce warnings, such as from
  844. GCC -Wunused-parameter. */
  845. #if __GNUC__ >= 3 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7)
  846. # define _GL_UNUSED __attribute__ ((__unused__))
  847. #else
  848. # define _GL_UNUSED
  849. #endif
  850. /* The name _UNUSED_PARAMETER_ is an earlier spelling, although the name
  851. is a misnomer outside of parameter lists. */
  852. #define _UNUSED_PARAMETER_ _GL_UNUSED
  853. /* gcc supports the "unused" attribute on possibly unused labels, and
  854. g++ has since version 4.5. Note to support C++ as well as C,
  855. _GL_UNUSED_LABEL should be used with a trailing ; */
  856. #if !defined __cplusplus || __GNUC__ > 4 \
  857. || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
  858. # define _GL_UNUSED_LABEL _GL_UNUSED
  859. #else
  860. # define _GL_UNUSED_LABEL
  861. #endif
  862. /* The __pure__ attribute was added in gcc 2.96. */
  863. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 96)
  864. # define _GL_ATTRIBUTE_PURE __attribute__ ((__pure__))
  865. #else
  866. # define _GL_ATTRIBUTE_PURE /* empty */
  867. #endif
  868. /* The __const__ attribute was added in gcc 2.95. */
  869. #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
  870. # define _GL_ATTRIBUTE_CONST __attribute__ ((__const__))
  871. #else
  872. # define _GL_ATTRIBUTE_CONST /* empty */
  873. #endif
  874. /* On Windows, variables that may be in a DLL must be marked specially. */
  875. #if defined _MSC_VER && defined _DLL
  876. # define DLL_VARIABLE __declspec (dllimport)
  877. #else
  878. # define DLL_VARIABLE
  879. #endif