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