config.in revision 50397
1255767Sdes/* config.in.  Generated automatically from configure.in by autoheader.  */
2224638Sbrooks/* Define if printf supports "%p".  */
357429Smarkm#undef HAVE_PRINTF_PTR
457429Smarkm
557429Smarkm/* Define if you want expensive run-time checks. */
657429Smarkm#undef ENABLE_CHECKING
757429Smarkm
860573Skris/* Define if your cpp understands the stringify operator.  */
965668Skris#undef HAVE_CPP_STRINGIFY
1065668Skris
1165668Skris/* Define if your compiler understands volatile.  */
1265668Skris#undef HAVE_VOLATILE
1365668Skris
1457429Smarkm/* Define if your assembler supports specifying the maximum number
1557429Smarkm   of bytes to skip when using the GAS .p2align command. */
1657429Smarkm#undef HAVE_GAS_MAX_SKIP_P2ALIGN
1757429Smarkm
18162852Sdes/* Define if your assembler supports .balign and .p2align.  */
19162852Sdes#undef HAVE_GAS_BALIGN_AND_P2ALIGN
20162852Sdes
21162852Sdes/* Define if you have a working <inttypes.h> header file.  */
22162852Sdes#undef HAVE_INTTYPES_H
23162852Sdes
2457429Smarkm/* Whether malloc must be declared even if <stdlib.h> is included.  */
2557429Smarkm#undef NEED_DECLARATION_MALLOC
2676259Sgreen
2757429Smarkm/* Whether realloc must be declared even if <stdlib.h> is included.  */
28162852Sdes#undef NEED_DECLARATION_REALLOC
29224638Sbrooks
30162852Sdes/* Whether calloc must be declared even if <stdlib.h> is included.  */
31162852Sdes#undef NEED_DECLARATION_CALLOC
3257429Smarkm
3357429Smarkm/* Whether free must be declared even if <stdlib.h> is included.  */
3460573Skris#undef NEED_DECLARATION_FREE
3557429Smarkm
3657429Smarkm/* Whether bcopy must be declared even if <string.h> is included.  */
37120489Sjoe#undef NEED_DECLARATION_BCOPY
38120489Sjoe
39120489Sjoe/* Whether bcmp must be declared even if <string.h> is included.  */
40120489Sjoe#undef NEED_DECLARATION_BCMP
41120489Sjoe
4257429Smarkm/* Whether bzero must be declared even if <string.h> is included.  */
4357429Smarkm#undef NEED_DECLARATION_BZERO
4457429Smarkm
4557429Smarkm/* Whether index must be declared even if <string.h> is included.  */
4657429Smarkm#undef NEED_DECLARATION_INDEX
4757429Smarkm
4860573Skris/* Whether rindex must be declared even if <string.h> is included.  */
4957429Smarkm#undef NEED_DECLARATION_RINDEX
5057429Smarkm
51120489Sjoe/* Whether getenv must be declared even if <stdlib.h> is included.  */
52120489Sjoe#undef NEED_DECLARATION_GETENV
53124208Sdes
54255767Sdes/* Whether atol must be declared even if <stdlib.h> is included.  */
55120489Sjoe#undef NEED_DECLARATION_ATOL
5657429Smarkm
5757429Smarkm/* Whether sbrk must be declared even if <stdlib.h> is included.  */
5857429Smarkm#undef NEED_DECLARATION_SBRK
5957429Smarkm
6057429Smarkm/* Whether abort must be declared even if <stdlib.h> is included.  */
6157429Smarkm#undef NEED_DECLARATION_ABORT
6257429Smarkm
6360573Skris/* Whether strerror must be declared even if <string.h> is included.  */
6457429Smarkm#undef NEED_DECLARATION_STRERROR
6557429Smarkm
6657429Smarkm/* Whether getcwd must be declared even if <unistd.h> is included.  */
6757429Smarkm#undef NEED_DECLARATION_GETCWD
6857429Smarkm
6957429Smarkm/* Whether getwd must be declared even if <unistd.h> is included.  */
7057429Smarkm#undef NEED_DECLARATION_GETWD
7157429Smarkm
7260573Skris/* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
7392555Sdes#undef NEED_DECLARATION_GETRLIMIT
7457429Smarkm
7592555Sdes/* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
7692555Sdes#undef NEED_DECLARATION_SETRLIMIT
7792555Sdes
7857429Smarkm/* Define if you want expensive run-time checks. */
7957429Smarkm#undef ENABLE_CHECKING
80162852Sdes
81162852Sdes/* Define if you don't have vprintf but do have _doprnt.  */
82162852Sdes#undef HAVE_DOPRNT
83162852Sdes
84162852Sdes/* Define if you have the vprintf function.  */
85162852Sdes#undef HAVE_VPRINTF
86162852Sdes
87162852Sdes/* Define if you have the ANSI C header files.  */
88162852Sdes#undef STDC_HEADERS
89162852Sdes
90162852Sdes/* Define if `sys_siglist' is declared by <signal.h>.  */
91162852Sdes#undef SYS_SIGLIST_DECLARED
92162852Sdes
93162852Sdes/* Define if you can safely include both <sys/time.h> and <time.h>.  */
94162852Sdes#undef TIME_WITH_SYS_TIME
95162852Sdes
96162852Sdes/* Define if you have the atoll function.  */
9757429Smarkm#undef HAVE_ATOLL
9857429Smarkm
9957429Smarkm/* Define if you have the atoq function.  */
10057429Smarkm#undef HAVE_ATOQ
10157429Smarkm
10257429Smarkm/* Define if you have the bcmp function.  */
10392555Sdes#undef HAVE_BCMP
10492555Sdes
10557429Smarkm/* Define if you have the bcopy function.  */
106120113Snectar#undef HAVE_BCOPY
10792555Sdes
10892555Sdes/* Define if you have the bsearch function.  */
109147001Sdes#undef HAVE_BSEARCH
11099060Sdes
11199060Sdes/* Define if you have the bzero function.  */
11257429Smarkm#undef HAVE_BZERO
11357429Smarkm
11457429Smarkm/* Define if you have the getrlimit function.  */
11557429Smarkm#undef HAVE_GETRLIMIT
11657429Smarkm
11757429Smarkm/* Define if you have the gettimeofday function.  */
11857429Smarkm#undef HAVE_GETTIMEOFDAY
11957429Smarkm
12092555Sdes/* Define if you have the index function.  */
12157429Smarkm#undef HAVE_INDEX
12292555Sdes
12357429Smarkm/* Define if you have the isascii function.  */
124162852Sdes#undef HAVE_ISASCII
125162852Sdes
126162852Sdes/* Define if you have the kill function.  */
12757429Smarkm#undef HAVE_KILL
128162852Sdes
12957429Smarkm/* Define if you have the popen function.  */
130162852Sdes#undef HAVE_POPEN
131147001Sdes
13299060Sdes/* Define if you have the putenv function.  */
133120113Snectar#undef HAVE_PUTENV
134162852Sdes
135120113Snectar/* Define if you have the rindex function.  */
13657429Smarkm#undef HAVE_RINDEX
13792555Sdes
13857429Smarkm/* Define if you have the setrlimit function.  */
13957429Smarkm#undef HAVE_SETRLIMIT
140162852Sdes
141162852Sdes/* Define if you have the strchr function.  */
142162852Sdes#undef HAVE_STRCHR
143162852Sdes
144162852Sdes/* Define if you have the strerror function.  */
145162852Sdes#undef HAVE_STRERROR
146162852Sdes
147162852Sdes/* Define if you have the strrchr function.  */
148162852Sdes#undef HAVE_STRRCHR
149162852Sdes
150162852Sdes/* Define if you have the strtoul function.  */
151162852Sdes#undef HAVE_STRTOUL
152162852Sdes
153162852Sdes/* Define if you have the sysconf function.  */
154162852Sdes#undef HAVE_SYSCONF
155162852Sdes
156162852Sdes/* Define if you have the <fcntl.h> header file.  */
157162852Sdes#undef HAVE_FCNTL_H
158162852Sdes
159162852Sdes/* Define if you have the <limits.h> header file.  */
160162852Sdes#undef HAVE_LIMITS_H
16157429Smarkm
16257429Smarkm/* Define if you have the <stab.h> header file.  */
16376259Sgreen#undef HAVE_STAB_H
164204917Sdes
16557429Smarkm/* Define if you have the <stddef.h> header file.  */
16657429Smarkm#undef HAVE_STDDEF_H
16757429Smarkm
16857429Smarkm/* Define if you have the <stdlib.h> header file.  */
169224638Sbrooks#undef HAVE_STDLIB_H
170224638Sbrooks
171224638Sbrooks/* Define if you have the <string.h> header file.  */
172224638Sbrooks#undef HAVE_STRING_H
173224638Sbrooks
174224638Sbrooks/* Define if you have the <strings.h> header file.  */
175224638Sbrooks#undef HAVE_STRINGS_H
17657429Smarkm
17757429Smarkm/* Define if you have the <sys/file.h> header file.  */
178146998Sdes#undef HAVE_SYS_FILE_H
179146998Sdes
18057429Smarkm/* Define if you have the <sys/param.h> header file.  */
181146998Sdes#undef HAVE_SYS_PARAM_H
182146998Sdes
18376259Sgreen/* Define if you have the <sys/resource.h> header file.  */
184146998Sdes#undef HAVE_SYS_RESOURCE_H
185146998Sdes
18657429Smarkm/* Define if you have the <sys/time.h> header file.  */
18757429Smarkm#undef HAVE_SYS_TIME_H
188146998Sdes
18957429Smarkm/* Define if you have the <sys/times.h> header file.  */
19057429Smarkm#undef HAVE_SYS_TIMES_H
191146998Sdes
192146998Sdes/* Define if you have the <sys/wait.h> header file.  */
193146998Sdes#undef HAVE_SYS_WAIT_H
194146998Sdes
195146998Sdes/* Define if you have the <time.h> header file.  */
196146998Sdes#undef HAVE_TIME_H
197146998Sdes
19857429Smarkm/* Define if you have the <unistd.h> header file.  */
19957429Smarkm#undef HAVE_UNISTD_H
200146998Sdes
201146998Sdes/* Define if you have the <wait.h> header file.  */
202146998Sdes#undef HAVE_WAIT_H
203146998Sdes