auto-host.h revision 45299
145299Sobrien/* auto-host.h.  Generated automatically by configure.  */
245299Sobrien
345299Sobrien/* config.in.  Generated automatically from configure.in by autoheader.  */
445299Sobrien/* Define if printf supports "%p".  */
545299Sobrien#define HAVE_PRINTF_PTR 1
645299Sobrien
745299Sobrien/* Define if you want expensive run-time checks. */
845299Sobrien/* #undef ENABLE_CHECKING */
945299Sobrien
1045299Sobrien/* Define if your cpp understands the stringify operator.  */
1145299Sobrien#define HAVE_CPP_STRINGIFY 1
1245299Sobrien
1345299Sobrien/* Define if your compiler understands volatile.  */
1445299Sobrien#define HAVE_VOLATILE 1
1545299Sobrien
1645299Sobrien/* Define if your assembler supports specifying the maximum number
1745299Sobrien   of bytes to skip when using the GAS .p2align command. */
1845299Sobrien/* #undef HAVE_GAS_MAX_SKIP_P2ALIGN */
1945299Sobrien
2045299Sobrien/* Define if your assembler supports .balign and .p2align.  */
2145299Sobrien/* #undef HAVE_GAS_BALIGN_AND_P2ALIGN */
2245299Sobrien
2345299Sobrien/* Define if you have a working <inttypes.h> header file.  */
2445299Sobrien/* #undef HAVE_INTTYPES_H */
2545299Sobrien
2645299Sobrien/* Whether malloc must be declared even if <stdlib.h> is included.  */
2745299Sobrien/* #undef NEED_DECLARATION_MALLOC */
2845299Sobrien
2945299Sobrien/* Whether realloc must be declared even if <stdlib.h> is included.  */
3045299Sobrien/* #undef NEED_DECLARATION_REALLOC */
3145299Sobrien
3245299Sobrien/* Whether calloc must be declared even if <stdlib.h> is included.  */
3345299Sobrien/* #undef NEED_DECLARATION_CALLOC */
3445299Sobrien
3545299Sobrien/* Whether free must be declared even if <stdlib.h> is included.  */
3645299Sobrien/* #undef NEED_DECLARATION_FREE */
3745299Sobrien
3845299Sobrien/* Whether bcopy must be declared even if <string.h> is included.  */
3945299Sobrien/* #undef NEED_DECLARATION_BCOPY */
4045299Sobrien
4145299Sobrien/* Whether bcmp must be declared even if <string.h> is included.  */
4245299Sobrien/* #undef NEED_DECLARATION_BCMP */
4345299Sobrien
4445299Sobrien/* Whether bzero must be declared even if <string.h> is included.  */
4545299Sobrien/* #undef NEED_DECLARATION_BZERO */
4645299Sobrien
4745299Sobrien/* Whether index must be declared even if <string.h> is included.  */
4845299Sobrien/* #undef NEED_DECLARATION_INDEX */
4945299Sobrien
5045299Sobrien/* Whether rindex must be declared even if <string.h> is included.  */
5145299Sobrien/* #undef NEED_DECLARATION_RINDEX */
5245299Sobrien
5345299Sobrien/* Whether getenv must be declared even if <stdlib.h> is included.  */
5445299Sobrien/* #undef NEED_DECLARATION_GETENV */
5545299Sobrien
5645299Sobrien/* Whether atol must be declared even if <stdlib.h> is included.  */
5745299Sobrien/* #undef NEED_DECLARATION_ATOL */
5845299Sobrien
5945299Sobrien/* Whether sbrk must be declared even if <stdlib.h> is included.  */
6045299Sobrien/* #undef NEED_DECLARATION_SBRK */
6145299Sobrien
6245299Sobrien/* Whether abort must be declared even if <stdlib.h> is included.  */
6345299Sobrien/* #undef NEED_DECLARATION_ABORT */
6445299Sobrien
6545299Sobrien/* Whether strerror must be declared even if <string.h> is included.  */
6645299Sobrien/* #undef NEED_DECLARATION_STRERROR */
6745299Sobrien
6845299Sobrien/* Whether getcwd must be declared even if <unistd.h> is included.  */
6945299Sobrien/* #undef NEED_DECLARATION_GETCWD */
7045299Sobrien
7145299Sobrien/* Whether getwd must be declared even if <unistd.h> is included.  */
7245299Sobrien/* #undef NEED_DECLARATION_GETWD */
7345299Sobrien
7445299Sobrien/* Whether getrlimit must be declared even if <sys/resource.h> is included.  */
7545299Sobrien#define NEED_DECLARATION_GETRLIMIT 1
7645299Sobrien
7745299Sobrien/* Whether setrlimit must be declared even if <sys/resource.h> is included.  */
7845299Sobrien#define NEED_DECLARATION_SETRLIMIT 1
7945299Sobrien
8045299Sobrien/* Define if you want expensive run-time checks. */
8145299Sobrien/* #undef ENABLE_CHECKING */
8245299Sobrien
8345299Sobrien/* Define if you don't have vprintf but do have _doprnt.  */
8445299Sobrien/* #undef HAVE_DOPRNT */
8545299Sobrien
8645299Sobrien/* Define if you have the vprintf function.  */
8745299Sobrien#define HAVE_VPRINTF 1
8845299Sobrien
8945299Sobrien/* Define if you have the ANSI C header files.  */
9045299Sobrien#define STDC_HEADERS 1
9145299Sobrien
9245299Sobrien/* Define if `sys_siglist' is declared by <signal.h>.  */
9345299Sobrien#define SYS_SIGLIST_DECLARED 1
9445299Sobrien
9545299Sobrien/* Define if you can safely include both <sys/time.h> and <time.h>.  */
9645299Sobrien#define TIME_WITH_SYS_TIME 1
9745299Sobrien
9845299Sobrien/* Define if you have the atoll function.  */
9945299Sobrien/* #undef HAVE_ATOLL */
10045299Sobrien
10145299Sobrien/* Define if you have the atoq function.  */
10245299Sobrien/* #undef HAVE_ATOQ */
10345299Sobrien
10445299Sobrien/* Define if you have the bcmp function.  */
10545299Sobrien#define HAVE_BCMP 1
10645299Sobrien
10745299Sobrien/* Define if you have the bcopy function.  */
10845299Sobrien#define HAVE_BCOPY 1
10945299Sobrien
11045299Sobrien/* Define if you have the bsearch function.  */
11145299Sobrien#define HAVE_BSEARCH 1
11245299Sobrien
11345299Sobrien/* Define if you have the bzero function.  */
11445299Sobrien#define HAVE_BZERO 1
11545299Sobrien
11645299Sobrien/* Define if you have the getrlimit function.  */
11745299Sobrien#define HAVE_GETRLIMIT 1
11845299Sobrien
11945299Sobrien/* Define if you have the gettimeofday function.  */
12045299Sobrien#define HAVE_GETTIMEOFDAY 1
12145299Sobrien
12245299Sobrien/* Define if you have the index function.  */
12345299Sobrien#define HAVE_INDEX 1
12445299Sobrien
12545299Sobrien/* Define if you have the isascii function.  */
12645299Sobrien#define HAVE_ISASCII 1
12745299Sobrien
12845299Sobrien/* Define if you have the kill function.  */
12945299Sobrien#define HAVE_KILL 1
13045299Sobrien
13145299Sobrien/* Define if you have the popen function.  */
13245299Sobrien#define HAVE_POPEN 1
13345299Sobrien
13445299Sobrien/* Define if you have the putenv function.  */
13545299Sobrien#define HAVE_PUTENV 1
13645299Sobrien
13745299Sobrien/* Define if you have the rindex function.  */
13845299Sobrien#define HAVE_RINDEX 1
13945299Sobrien
14045299Sobrien/* Define if you have the setrlimit function.  */
14145299Sobrien#define HAVE_SETRLIMIT 1
14245299Sobrien
14345299Sobrien/* Define if you have the strchr function.  */
14445299Sobrien#define HAVE_STRCHR 1
14545299Sobrien
14645299Sobrien/* Define if you have the strerror function.  */
14745299Sobrien#define HAVE_STRERROR 1
14845299Sobrien
14945299Sobrien/* Define if you have the strrchr function.  */
15045299Sobrien#define HAVE_STRRCHR 1
15145299Sobrien
15245299Sobrien/* Define if you have the strtoul function.  */
15345299Sobrien#define HAVE_STRTOUL 1
15445299Sobrien
15545299Sobrien/* Define if you have the sysconf function.  */
15645299Sobrien#define HAVE_SYSCONF 1
15745299Sobrien
15845299Sobrien/* Define if you have the <fcntl.h> header file.  */
15945299Sobrien#define HAVE_FCNTL_H 1
16045299Sobrien
16145299Sobrien/* Define if you have the <limits.h> header file.  */
16245299Sobrien#define HAVE_LIMITS_H 1
16345299Sobrien
16445299Sobrien/* Define if you have the <stab.h> header file.  */
16545299Sobrien#define HAVE_STAB_H 1
16645299Sobrien
16745299Sobrien/* Define if you have the <stddef.h> header file.  */
16845299Sobrien#define HAVE_STDDEF_H 1
16945299Sobrien
17045299Sobrien/* Define if you have the <stdlib.h> header file.  */
17145299Sobrien#define HAVE_STDLIB_H 1
17245299Sobrien
17345299Sobrien/* Define if you have the <string.h> header file.  */
17445299Sobrien#define HAVE_STRING_H 1
17545299Sobrien
17645299Sobrien/* Define if you have the <strings.h> header file.  */
17745299Sobrien#define HAVE_STRINGS_H 1
17845299Sobrien
17945299Sobrien/* Define if you have the <sys/file.h> header file.  */
18045299Sobrien#define HAVE_SYS_FILE_H 1
18145299Sobrien
18245299Sobrien/* Define if you have the <sys/param.h> header file.  */
18345299Sobrien#define HAVE_SYS_PARAM_H 1
18445299Sobrien
18545299Sobrien/* Define if you have the <sys/resource.h> header file.  */
18645299Sobrien#define HAVE_SYS_RESOURCE_H 1
18745299Sobrien
18845299Sobrien/* Define if you have the <sys/time.h> header file.  */
18945299Sobrien#define HAVE_SYS_TIME_H 1
19045299Sobrien
19145299Sobrien/* Define if you have the <sys/times.h> header file.  */
19245299Sobrien#define HAVE_SYS_TIMES_H 1
19345299Sobrien
19445299Sobrien/* Define if you have the <sys/wait.h> header file.  */
19545299Sobrien#define HAVE_SYS_WAIT_H 1
19645299Sobrien
19745299Sobrien/* Define if you have the <time.h> header file.  */
19845299Sobrien#define HAVE_TIME_H 1
19945299Sobrien
20045299Sobrien/* Define if you have the <unistd.h> header file.  */
20145299Sobrien#define HAVE_UNISTD_H 1
20245299Sobrien
20345299Sobrien/* Define if you have the <wait.h> header file.  */
20445299Sobrien/* #undef HAVE_WAIT_H */
205