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