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