de55f0ce68f2f2fc477bdeeddac3cb7d8a634e8f
[dragonfly.git] / gnu / usr.bin / groff / src / include / config.h
1 /*
2  * $FreeBSD: src/gnu/usr.bin/groff/src/include/config.h,v 1.2.4.2 2003/06/26 13:13:54 ru Exp $
3  * $DragonFly: src/gnu/usr.bin/groff/src/include/config.h,v 1.5 2004/02/09 20:12:05 dillon Exp $
4  */
5
6 #include <osreldate.h>
7
8 /* src/include/config.h.  Generated by configure.  */
9 /* src/include/config.hin.  Generated from configure.ac by autoheader.  */
10
11 /* Define if your C++ doesn't understand `delete []'. */
12 /* #undef ARRAY_DELETE_NEEDS_SIZE */
13
14 /* Define if you have a C++ <limits.h>. */
15 #define HAVE_CC_LIMITS_H 1
16
17 /* Define if you have a C++ <osfcn.h>. */
18 /* #undef HAVE_CC_OSFCN_H */
19
20 /* Define if you have a C++ <stdint.h>. */
21 #define HAVE_CC_STDINT_H 1
22
23 /* Define to 1 if you have the <dirent.h> header file. */
24 #define HAVE_DIRENT_H 1
25
26 /* Define to 1 if you have the `fmod' function. */
27 #define HAVE_FMOD 1
28
29 /* Define to 1 if you have the `getcwd' function. */
30 #define HAVE_GETCWD 1
31
32 /* Define to 1 if you have the `getpagesize' function. */
33 #define HAVE_GETPAGESIZE 1
34
35 /* Define to 1 if you have the `gettimeofday' function. */
36 #define HAVE_GETTIMEOFDAY 1
37
38 /* Define to 1 if you have the <inttypes.h> header file. */
39 #define HAVE_INTTYPES_H 1
40
41 /* Define to 1 if you have the `isatty' function. */
42 #define HAVE_ISATTY 1
43
44 /* Define to 1 if you have the <limits.h> header file. */
45 #define HAVE_LIMITS_H 1
46
47 /* Define to 1 if you have the <math.h> header file. */
48 #define HAVE_MATH_H 1
49
50 /* Define to 1 if you have the <memory.h> header file. */
51 #define HAVE_MEMORY_H 1
52
53 /* Define if you have mkstemp(). */
54 #define HAVE_MKSTEMP 1
55
56 /* Define to 1 if you have a working `mmap' system call. */
57 #define HAVE_MMAP 1
58
59 /* Define to 1 if you have the `putenv' function. */
60 #define HAVE_PUTENV 1
61
62 /* Define to 1 if you have the `rename' function. */
63 #define HAVE_RENAME 1
64
65 /* Define to 1 if you have the `setlocale' function. */
66 #define HAVE_SETLOCALE 1
67
68 /* Define to 1 if you have the `snprintf' function. */
69 #define HAVE_SNPRINTF 1
70
71 /* Define to 1 if you have the <stdint.h> header file. */
72 /* don't try to use stdint.h when bootstrapping tools from freebsd */
73 #ifdef __DragonFly__
74 #define HAVE_STDINT_H 1
75 #endif
76
77 /* Define to 1 if you have the <stdlib.h> header file. */
78 #define HAVE_STDLIB_H 1
79
80 /* Define to 1 if you have the `strcasecmp' function. */
81 #define HAVE_STRCASECMP 1
82
83 /* Define to 1 if you have the `strerror' function. */
84 #define HAVE_STRERROR 1
85
86 /* Define to 1 if you have the <strings.h> header file. */
87 #define HAVE_STRINGS_H 1
88
89 /* Define to 1 if you have the <string.h> header file. */
90 #define HAVE_STRING_H 1
91
92 /* Define to 1 if you have the `strncasecmp' function. */
93 #define HAVE_STRNCASECMP 1
94
95 /* Define to 1 if you have the `strsep' function. */
96 #define HAVE_STRSEP 1
97
98 /* Define to 1 if you have the `strtol' function. */
99 #define HAVE_STRTOL 1
100
101 /* Define if <math.h> defines struct exception. */
102 #define HAVE_STRUCT_EXCEPTION 1
103
104 /* Define to 1 if you have the <sys/dir.h> header file. */
105 #define HAVE_SYS_DIR_H 1
106
107 /* Define if you have sys_errlist in <errno.h> or in <stdio.h>. */
108 #define HAVE_SYS_ERRLIST 1
109
110 /* Define if you have sysnerr in <errno.h> or <stdio.h>. */
111 #define HAVE_SYS_NERR 1
112
113 /* Define to 1 if you have the <sys/stat.h> header file. */
114 #define HAVE_SYS_STAT_H 1
115
116 /* Define to 1 if you have the <sys/time.h> header file. */
117 #define HAVE_SYS_TIME_H 1
118
119 /* Define to 1 if you have the <sys/types.h> header file. */
120 #define HAVE_SYS_TYPES_H 1
121
122 /* Define to 1 if you have the <unistd.h> header file. */
123 #define HAVE_UNISTD_H 1
124
125 /* Define if the host's encoding is EBCDIC. */
126 /* #undef IS_EBCDIC_HOST */
127
128 /* Define if localtime() takes a long * not a time_t *. */
129 /* #undef LONG_FOR_TIME_T */
130
131 /* Define if your C++ doesn't declare gettimeofday(). */
132 /* #undef NEED_DECLARATION_GETTIMEOFDAY */
133
134 /* Define if your C++ doesn't declare hypot(). */
135 /* #undef NEED_DECLARATION_HYPOT */
136
137 /* Define if your C++ doesn't declare pclose(). */
138 /* #undef NEED_DECLARATION_PCLOSE */
139
140 /* Define if your C++ doesn't declare popen(). */
141 /* #undef NEED_DECLARATION_POPEN */
142
143 /* Define if your C++ doesn't declare putenv(). */
144 /* #undef NEED_DECLARATION_PUTENV */
145
146 /* Define if your C++ doesn't declare rand(). */
147 /* #undef NEED_DECLARATION_RAND */
148
149 /* Define if your C++ doesn't declare snprintf(). */
150 /* #undef NEED_DECLARATION_SNPRINTF */
151
152 /* Define if your C++ doesn't declare srand(). */
153 /* #undef NEED_DECLARATION_SRAND */
154
155 /* Define if your C++ doesn't declare strcasecmp(). */
156 /* #undef NEED_DECLARATION_STRCASECMP */
157
158 /* Define if your C++ doesn't declare strncasecmp(). */
159 /* #undef NEED_DECLARATION_STRNCASECMP */
160
161 /* Define to the address where bug reports for this package should be sent. */
162 #define PACKAGE_BUGREPORT ""
163
164 /* Define to the full name of this package. */
165 #define PACKAGE_NAME ""
166
167 /* Define to the full name and version of this package. */
168 #define PACKAGE_STRING ""
169
170 /* Define to the one symbol short name of this package. */
171 #define PACKAGE_TARNAME ""
172
173 /* Define to the version of this package. */
174 #define PACKAGE_VERSION ""
175
176 /* Define if the printer's page size is A4. */
177 #define PAGEA4 1
178
179 /* Define as the return type of signal handlers (`int' or `void'). */
180 #define RETSIGTYPE void
181
182 /* Define if srand() returns void not int. */
183 #define RET_TYPE_SRAND_IS_VOID 1
184
185 /* Define to 1 if you have the ANSI C header files. */
186 #define STDC_HEADERS 1
187
188 /* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
189 #define SYS_SIGLIST_DECLARED 1
190
191 /* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
192 /* #undef TRADITIONAL_CPP */
193
194 /* Define if the 0200 bit of the status returned by wait() indicates whether a
195    core image was produced for a process that was terminated by a signal. */
196 /* #undef WCOREFLAG */
197
198 /* Define if -D_POSIX_SOURCE is necessary. */
199 /* #undef _POSIX_SOURCE */
200
201 /* Define if you have ISC 3.x or 4.x. */
202 /* #undef _SYSV3 */
203
204 /* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
205    does not exist. */
206 /* #define uintmax_t unsigned long long */