Merge from vendor branch NTPD:
[dragonfly.git] / contrib / groff / src / include / config.hin
1 /* src/include/config.hin.  Generated automatically from configure.ac by autoheader.  */
2
3 /* Define if your C++ doesn't understand `delete []'. */
4 #undef ARRAY_DELETE_NEEDS_SIZE
5
6 /* Define if you have a C++ <limits.h>. */
7 #undef HAVE_CC_LIMITS_H
8
9 /* Define if you have a C++ <osfcn.h>. */
10 #undef HAVE_CC_OSFCN_H
11
12 /* Define if you have the <dirent.h> header file. */
13 #undef HAVE_DIRENT_H
14
15 /* Define if you have the `fmod' function. */
16 #undef HAVE_FMOD
17
18 /* Define if you have the `getcwd' function. */
19 #undef HAVE_GETCWD
20
21 /* Define if you have the `getpagesize' function. */
22 #undef HAVE_GETPAGESIZE
23
24 /* Define if you have the `gettimeofday' function. */
25 #undef HAVE_GETTIMEOFDAY
26
27 /* Define if you have the <limits.h> header file. */
28 #undef HAVE_LIMITS_H
29
30 /* Define if you have the <math.h> header file. */
31 #undef HAVE_MATH_H
32
33 /* Define if you have mkstemp(). */
34 #undef HAVE_MKSTEMP
35
36 /* Define if you have a working `mmap' system call. */
37 #undef HAVE_MMAP
38
39 /* Define if you have the `putenv' function. */
40 #undef HAVE_PUTENV
41
42 /* Define if you have the `rename' function. */
43 #undef HAVE_RENAME
44
45 /* Define if you have the `snprintf' function. */
46 #undef HAVE_SNPRINTF
47
48 /* Define if you have the `isatty' function. */
49 #undef HAVE_ISATTY
50
51 /* Define if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
53
54 /* Define if you have the <stdlib.h> header file. */
55 #undef HAVE_STDLIB_H
56
57 /* Define if you have the `strcasecmp' function. */
58 #undef HAVE_STRCASECMP
59
60 /* Define if you have the `strerror' function. */
61 #undef HAVE_STRERROR
62
63 /* Define if you have the <strings.h> header file. */
64 #undef HAVE_STRINGS_H
65
66 /* Define if you have the <string.h> header file. */
67 #undef HAVE_STRING_H
68
69 /* Define if you have the `strncasecmp' function. */
70 #undef HAVE_STRNCASECMP
71
72 /* Define if you have the `strsep' function. */
73 #undef HAVE_STRSEP
74
75 /* Define if you have the `strtol' function. */
76 #undef HAVE_STRTOL
77
78 /* Define if <math.h> defines struct exception. */
79 #undef HAVE_STRUCT_EXCEPTION
80
81 /* Define if you have the <sys/dir.h> header file. */
82 #undef HAVE_SYS_DIR_H
83
84 /* Define if you have sys_errlist in <errno.h> or in <stdio.h>. */
85 #undef HAVE_SYS_ERRLIST
86
87 /* Define if you have sysnerr in <errno.h> or <stdio.h>. */
88 #undef HAVE_SYS_NERR
89
90 /* Define if you have the <sys/time.h> header file. */
91 #undef HAVE_SYS_TIME_H
92
93 /* Define if you have the <unistd.h> header file. */
94 #undef HAVE_UNISTD_H
95
96 /* Define if the host's encoding is EBCDIC. */
97 #undef IS_EBCDIC_HOST
98
99 /* Define if localtime() takes a long * not a time_t *. */
100 #undef LONG_FOR_TIME_T
101
102 /* Define if your C++ doesn't declare gettimeofday(). */
103 #undef NEED_DECLARATION_GETTIMEOFDAY
104
105 /* Define if your C++ doesn't declare hypot(). */
106 #undef NEED_DECLARATION_HYPOT
107
108 /* Define if your C++ doesn't declare pclose(). */
109 #undef NEED_DECLARATION_PCLOSE
110
111 /* Define if your C++ doesn't declare popen(). */
112 #undef NEED_DECLARATION_POPEN
113
114 /* Define if your C++ doesn't declare putenv(). */
115 #undef NEED_DECLARATION_PUTENV
116
117 /* Define if your C++ doesn't declare strcasecmp(). */
118 #undef NEED_DECLARATION_STRCASECMP
119
120 /* Define if your C++ doesn't declare strncasecmp(). */
121 #undef NEED_DECLARATION_STRNCASECMP
122
123 /* Define if the printer's page size is A4. */
124 #undef PAGEA4
125
126 /* Define as the return type of signal handlers (`int' or `void'). */
127 #undef RETSIGTYPE
128
129 /* Define if srand() returns void not int. */
130 #undef RET_TYPE_SRAND_IS_VOID
131
132 /* Define if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
133 #undef SYS_SIGLIST_DECLARED
134
135 /* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
136 #undef TRADITIONAL_CPP
137
138 /* Define if the 0200 bit of the status returned by wait() indicates whether a
139    core image was produced for a process that was terminated by a signal. */
140 #undef WCOREFLAG
141
142 /* Define if -D_POSIX_SOURCE is necessary. */
143 #undef _POSIX_SOURCE
144
145 /* Define if you have ISC 3.x or 4.x. */
146 #undef _SYSV3
147
148 /* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
149    does not exist. */
150 #undef uintmax_t