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