Deleted Added
full compact
config.h (114525) config.h (151504)
1/* $FreeBSD: head/gnu/usr.bin/groff/src/include/config.h 114525 2003-05-02 11:56:43Z ru $ */
1/* $FreeBSD: head/gnu/usr.bin/groff/src/include/config.h 151504 2005-10-20 10:57:53Z ru $ */
2
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
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
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
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
17/* Define if you have a C++ <stdint.h>. */
18#if __FreeBSD_version >= 500028
19#define HAVE_CC_STDINT_H 1
20#else
21/* #undef HAVE_CC_STDINT_H */
22#endif
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
23
21
22/* Define to 1 if you have the <direct.h> header file. */
23/* #undef HAVE_DIRECT_H */
24
24/* Define to 1 if you have the <dirent.h> header file. */
25#define HAVE_DIRENT_H 1
26
27/* Define to 1 if you have the `fmod' function. */
28#define HAVE_FMOD 1
29
30/* Define to 1 if you have the `getcwd' function. */
31#define HAVE_GETCWD 1

--- 5 unchanged lines hidden (view full) ---

37#define HAVE_GETTIMEOFDAY 1
38
39/* Define to 1 if you have the <inttypes.h> header file. */
40#define HAVE_INTTYPES_H 1
41
42/* Define to 1 if you have the `isatty' function. */
43#define HAVE_ISATTY 1
44
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

--- 5 unchanged lines hidden (view full) ---

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
45/* Define to 1 if you have the <limits.h> header file. */
46#define HAVE_LIMITS_H 1
47
48/* Define to 1 if you have the <math.h> header file. */
49#define HAVE_MATH_H 1
50
51/* Define to 1 if you have the <memory.h> header file. */
52#define HAVE_MEMORY_H 1
53
54/* Define if you have mkstemp(). */
55#define HAVE_MKSTEMP 1
56
57/* Define to 1 if you have a working `mmap' system call. */
58#define HAVE_MMAP 1
59
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
60/* Define to 1 if you have the `putenv' function. */
61#define HAVE_PUTENV 1
62
63/* Define to 1 if you have the `rename' function. */
64#define HAVE_RENAME 1
65
66/* Define to 1 if you have the `setlocale' function. */
67#define HAVE_SETLOCALE 1
68
69/* Define to 1 if you have the `snprintf' function. */
70#define HAVE_SNPRINTF 1
71
72/* Define to 1 if you have the <stdint.h> header file. */
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. */
73#if __FreeBSD_version >= 500028
74#define HAVE_STDINT_H 1
80#define HAVE_STDINT_H 1
75#else
76/* #undef HAVE_STDINT_H */
77#endif
78
79/* Define to 1 if you have the <stdlib.h> header file. */
80#define HAVE_STDLIB_H 1
81
82/* Define to 1 if you have the `strcasecmp' function. */
83#define HAVE_STRCASECMP 1
84
85/* Define to 1 if you have the `strerror' function. */

--- 10 unchanged lines hidden (view full) ---

96
97/* Define to 1 if you have the `strsep' function. */
98#define HAVE_STRSEP 1
99
100/* Define to 1 if you have the `strtol' function. */
101#define HAVE_STRTOL 1
102
103/* Define if <math.h> defines struct exception. */
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. */

--- 10 unchanged lines hidden (view full) ---

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. */
104#define HAVE_STRUCT_EXCEPTION 1
107/* #undef HAVE_STRUCT_EXCEPTION */
105
106/* Define to 1 if you have the <sys/dir.h> header file. */
107#define HAVE_SYS_DIR_H 1
108
108
109/* Define to 1 if you have the <sys/dir.h> header file. */
110#define HAVE_SYS_DIR_H 1
111
109/* Define if you have sys_errlist in <errno.h> or in <stdio.h>. */
112/* Define if you have sys_errlist in <errno.h>, <stdio.h>, or <stdlib.h>. */
110#define HAVE_SYS_ERRLIST 1
111
113#define HAVE_SYS_ERRLIST 1
114
112/* Define if you have sysnerr in <errno.h> or <stdio.h>. */
115/* Define if you have sys_nerr in <errno.h>, <stdio.h>, or <stdio.h>. */
113#define HAVE_SYS_NERR 1
114
115/* Define to 1 if you have the <sys/stat.h> header file. */
116#define HAVE_SYS_STAT_H 1
117
118/* Define to 1 if you have the <sys/time.h> header file. */
119#define HAVE_SYS_TIME_H 1
120
121/* Define to 1 if you have the <sys/types.h> header file. */
122#define HAVE_SYS_TYPES_H 1
123
124/* Define to 1 if you have the <unistd.h> header file. */
125#define HAVE_UNISTD_H 1
126
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
127/* Define if the host's encoding is EBCDIC. */
128/* #undef IS_EBCDIC_HOST */
129
130/* Define if localtime() takes a long * not a time_t *. */
131/* #undef LONG_FOR_TIME_T */
132
133/* Define if your C++ doesn't declare gettimeofday(). */
134/* #undef NEED_DECLARATION_GETTIMEOFDAY */

--- 20 unchanged lines hidden (view full) ---

155/* #undef NEED_DECLARATION_SRAND */
156
157/* Define if your C++ doesn't declare strcasecmp(). */
158/* #undef NEED_DECLARATION_STRCASECMP */
159
160/* Define if your C++ doesn't declare strncasecmp(). */
161/* #undef NEED_DECLARATION_STRNCASECMP */
162
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 */

--- 20 unchanged lines hidden (view full) ---

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
163/* Define to the address where bug reports for this package should be sent. */
164#define PACKAGE_BUGREPORT ""
165
166/* Define to the full name of this package. */
167#define PACKAGE_NAME ""
168
169/* Define to the full name and version of this package. */
170#define PACKAGE_STRING ""
171
172/* Define to the one symbol short name of this package. */
173#define PACKAGE_TARNAME ""
174
175/* Define to the version of this package. */
176#define PACKAGE_VERSION ""
177
178/* Define if the printer's page size is A4. */
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. */
179#define PAGEA4 1
191/* #undef PAGEA4 */
180
181/* Define as the return type of signal handlers (`int' or `void'). */
182#define RETSIGTYPE void
183
184/* Define if srand() returns void not int. */
185#define RET_TYPE_SRAND_IS_VOID 1
186
187/* Define to 1 if you have the ANSI C header files. */
188#define STDC_HEADERS 1
189
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
190/* Define to 1 if `sys_siglist' is declared by <signal.h> or <unistd.h>. */
191#define SYS_SIGLIST_DECLARED 1
192
193/* Define if your C++ compiler uses a traditional (Reiser) preprocessor. */
194/* #undef TRADITIONAL_CPP */
195
196/* Define if the 0200 bit of the status returned by wait() indicates whether a
197 core image was produced for a process that was terminated by a signal. */
198/* #undef WCOREFLAG */
199
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 to 1 if the X Window System is missing or not being used. */
210/* #undef X_DISPLAY_MISSING */
211
200/* Define if -D_POSIX_SOURCE is necessary. */
201/* #undef _POSIX_SOURCE */
202
203/* Define if you have ISC 3.x or 4.x. */
204/* #undef _SYSV3 */
205
206/* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
207 does not exist. */
212/* Define if -D_POSIX_SOURCE is necessary. */
213/* #undef _POSIX_SOURCE */
214
215/* Define if you have ISC 3.x or 4.x. */
216/* #undef _SYSV3 */
217
218/* Define uintmax_t to `unsigned long' or `unsigned long long' if <inttypes.h>
219 does not exist. */
208#if __FreeBSD_version >= 500028
209/* #undef uintmax_t */
220/* #undef uintmax_t */
210#else
211#define uintmax_t unsigned long long
212#endif