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