Develop and Download Open Source Software

Browse CVS Repository

Annotation of /satellite/satellite4/config.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Wed Mar 31 08:15:05 2004 UTC (20 years ago) by orrisroot
Branch: MAIN
Branch point for: satellite4
Initial revision

1 orrisroot 1.1 /* config.h.in. Generated from configure.in by autoheader. */
2    
3     /* Define to 1 if you have the `bzero' function. */
4     #undef HAVE_BZERO
5    
6     /* Define to 1 if you have the <curses.h> header file. */
7     #undef HAVE_CURSES_H
8    
9     /* Define to 1 if you have the <direct.h> header file. */
10     #undef HAVE_DIRECT_H
11    
12     /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13     */
14     #undef HAVE_DIRENT_H
15    
16     /* Define to 1 if you have the <dlfcn.h> header file. */
17     #undef HAVE_DLFCN_H
18    
19     /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
20     #undef HAVE_DOPRNT
21    
22     /* Define to 1 if you have the `endpwent' function. */
23     #undef HAVE_ENDPWENT
24    
25     /* Define to 1 if you have the <errno.h> header file. */
26     #undef HAVE_ERRNO_H
27    
28     /* Define to 1 if you have the <fcntl.h> header file. */
29     #undef HAVE_FCNTL_H
30    
31     /* Define to 1 if you have the <float.h> header file. */
32     #undef HAVE_FLOAT_H
33    
34     /* Define to 1 if you have the `flock' function. */
35     #undef HAVE_FLOCK
36    
37     /* Define to 1 if you have the `floor' function. */
38     #undef HAVE_FLOOR
39    
40     /* Define to 1 if you have the `fork' function. */
41     #undef HAVE_FORK
42    
43     /* Define to 1 if you have the `ftime' function. */
44     #undef HAVE_FTIME
45    
46     /* Define to 1 if you have the `getcwd' function. */
47     #undef HAVE_GETCWD
48    
49     /* Define to 1 if you have the `gethostname' function. */
50     #undef HAVE_GETHOSTNAME
51    
52     /* Define to 1 if you have the <getopt.h> header file. */
53     #undef HAVE_GETOPT_H
54    
55     /* Define to 1 if you have the `getpagesize' function. */
56     #undef HAVE_GETPAGESIZE
57    
58     /* Define to 1 if you have the `gettimeofday' function. */
59     #undef HAVE_GETTIMEOFDAY
60    
61     /* Define to 1 if you have the <inttypes.h> header file. */
62     #undef HAVE_INTTYPES_H
63    
64     /* Define to 1 if you have the <io.h> header file. */
65     #undef HAVE_IO_H
66    
67     /* Define to 1 if you have the `dl' library (-ldl). */
68     #undef HAVE_LIBDL
69    
70     /* Define to 1 if you have the `m' library (-lm). */
71     #undef HAVE_LIBM
72    
73     /* Define to 1 if you have the <limits.h> header file. */
74     #undef HAVE_LIMITS_H
75    
76     /* Define to 1 if you have the `lockf' function. */
77     #undef HAVE_LOCKF
78    
79     /* Define to 1 if `lstat' has the bug that it succeeds when given the
80     zero-length file name argument. */
81     #undef HAVE_LSTAT_EMPTY_STRING_BUG
82    
83     /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
84     to 0 otherwise. */
85     #undef HAVE_MALLOC
86    
87     /* Define to 1 if you have the <malloc.h> header file. */
88     #undef HAVE_MALLOC_H
89    
90     /* Define to 1 if you have the `memmove' function. */
91     #undef HAVE_MEMMOVE
92    
93     /* Define to 1 if you have the <memory.h> header file. */
94     #undef HAVE_MEMORY_H
95    
96     /* Define to 1 if you have the `memset' function. */
97     #undef HAVE_MEMSET
98    
99     /* Define to 1 if you have the `mkdir' function. */
100     #undef HAVE_MKDIR
101    
102     /* Define to 1 if you have a working `mmap' system call. */
103     #undef HAVE_MMAP
104    
105     /* Define to 1 if you have the <ncurses.h> header file. */
106     #undef HAVE_NCURSES_H
107    
108     /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
109     #undef HAVE_NDIR_H
110    
111     /* Define to 1 if you have the `pow' function. */
112     #undef HAVE_POW
113    
114     /* Define to 1 if you have the <process.h> header file. */
115     #undef HAVE_PROCESS_H
116    
117     /* Define to 1 if you have the `putenv' function. */
118     #undef HAVE_PUTENV
119    
120     /* Define to 1 if you have the <pwd.h> header file. */
121     #undef HAVE_PWD_H
122    
123     /* Define to 1 if you have the `rmdir' function. */
124     #undef HAVE_RMDIR
125    
126     /* Define to 1 if you have the `setenv' function. */
127     #undef HAVE_SETENV
128    
129     /* Define to 1 if you have the `snprintf' function. */
130     #undef HAVE_SNPRINTF
131    
132     /* Define to 1 if you have the `sqrt' function. */
133     #undef HAVE_SQRT
134    
135     /* Define to 1 if `stat' has the bug that it succeeds when given the
136     zero-length file name argument. */
137     #undef HAVE_STAT_EMPTY_STRING_BUG
138    
139     /* Define to 1 if you have the <stdint.h> header file. */
140     #undef HAVE_STDINT_H
141    
142     /* Define to 1 if you have the <stdlib.h> header file. */
143     #undef HAVE_STDLIB_H
144    
145     /* Define to 1 if you have the `strchr' function. */
146     #undef HAVE_STRCHR
147    
148     /* Define to 1 if you have the `strdup' function. */
149     #undef HAVE_STRDUP
150    
151     /* Define to 1 if you have the `strerror' function. */
152     #undef HAVE_STRERROR
153    
154     /* Define to 1 if you have the <strings.h> header file. */
155     #undef HAVE_STRINGS_H
156    
157     /* Define to 1 if you have the <string.h> header file. */
158     #undef HAVE_STRING_H
159    
160     /* Define to 1 if you have the `strncpy' function. */
161     #undef HAVE_STRNCPY
162    
163     /* Define to 1 if you have the `strpbrk' function. */
164     #undef HAVE_STRPBRK
165    
166     /* Define to 1 if you have the `strrchr' function. */
167     #undef HAVE_STRRCHR
168    
169     /* Define to 1 if you have the `strstr' function. */
170     #undef HAVE_STRSTR
171    
172     /* Define to 1 if you have the `strtol' function. */
173     #undef HAVE_STRTOL
174    
175     /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
176     */
177     #undef HAVE_SYS_DIR_H
178    
179     /* Define to 1 if you have the <sys/file.h> header file. */
180     #undef HAVE_SYS_FILE_H
181    
182     /* Define to 1 if you have the <sys/ioctl.h> header file. */
183     #undef HAVE_SYS_IOCTL_H
184    
185     /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
186     */
187     #undef HAVE_SYS_NDIR_H
188    
189     /* Define to 1 if you have the <sys/param.h> header file. */
190     #undef HAVE_SYS_PARAM_H
191    
192     /* Define to 1 if you have the <sys/stat.h> header file. */
193     #undef HAVE_SYS_STAT_H
194    
195     /* Define to 1 if you have the <sys/timeb.h> header file. */
196     #undef HAVE_SYS_TIMEB_H
197    
198     /* Define to 1 if you have the <sys/time.h> header file. */
199     #undef HAVE_SYS_TIME_H
200    
201     /* Define to 1 if you have the <sys/types.h> header file. */
202     #undef HAVE_SYS_TYPES_H
203    
204     /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
205     #undef HAVE_SYS_WAIT_H
206    
207     /* Define to 1 if you have the <termcap.h> header file. */
208     #undef HAVE_TERMCAP_H
209    
210     /* Define to 1 if you have the <termios.h> header file. */
211     #undef HAVE_TERMIOS_H
212    
213     /* Define to 1 if you have the <term.h> header file. */
214     #undef HAVE_TERM_H
215    
216     /* Define to 1 if you have the <unistd.h> header file. */
217     #undef HAVE_UNISTD_H
218    
219     /* Define to 1 if you have the `vfork' function. */
220     #undef HAVE_VFORK
221    
222     /* Define to 1 if you have the <vfork.h> header file. */
223     #undef HAVE_VFORK_H
224    
225     /* Define to 1 if you have the `vprintf' function. */
226     #undef HAVE_VPRINTF
227    
228     /* Define to 1 if you have the `vsnprintf' function. */
229     #undef HAVE_VSNPRINTF
230    
231     /* Define to 1 if you have the <windows.h> header file. */
232     #undef HAVE_WINDOWS_H
233    
234     /* Define to 1 if `fork' works. */
235     #undef HAVE_WORKING_FORK
236    
237     /* Define to 1 if `vfork' works. */
238     #undef HAVE_WORKING_VFORK
239    
240     /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
241     slash. */
242     #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
243    
244     /* Name of package */
245     #undef PACKAGE
246    
247     /* Define to the address where bug reports for this package should be sent. */
248     #undef PACKAGE_BUGREPORT
249    
250     /* Define to the full name of this package. */
251     #undef PACKAGE_NAME
252    
253     /* Define to the full name and version of this package. */
254     #undef PACKAGE_STRING
255    
256     /* Define to the one symbol short name of this package. */
257     #undef PACKAGE_TARNAME
258    
259     /* Define to the version of this package. */
260     #undef PACKAGE_VERSION
261    
262     /* Define as the return type of signal handlers (`int' or `void'). */
263     #undef RETSIGTYPE
264    
265     /* Define to 1 if you have the ANSI C header files. */
266     #undef STDC_HEADERS
267    
268     /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
269     #undef TIME_WITH_SYS_TIME
270    
271     /* Define to 1 if your <sys/time.h> declares `struct tm'. */
272     #undef TM_IN_SYS_TIME
273    
274     /* Version number of package */
275     #undef VERSION
276    
277     /* Define to 1 if your processor stores words with the most significant byte
278     first (like Motorola and SPARC, unlike Intel and VAX). */
279     #undef WORDS_BIGENDIAN
280    
281     /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
282     `char[]'. */
283     #undef YYTEXT_POINTER
284    
285     /* Define to empty if `const' does not conform to ANSI C. */
286     #undef const
287    
288     /* Define to `int' if <sys/types.h> doesn't define. */
289     #undef gid_t
290    
291     /* Define as `__inline' if that's what the C compiler calls it, or to nothing
292     if it is not supported. */
293     #undef inline
294    
295     /* Define to rpl_malloc if the replacement function should be used. */
296     #undef malloc
297    
298     /* Define to `int' if <sys/types.h> does not define. */
299     #undef pid_t
300    
301     /* Define to `unsigned' if <sys/types.h> does not define. */
302     #undef size_t
303    
304     /* Define to `long' if <sys/types.h> does not define. */
305     #undef time_t
306    
307     /* Define to `int' if <sys/types.h> doesn't define. */
308     #undef uid_t
309    
310     /* Define as `fork' if `vfork' does not work. */
311     #undef vfork

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26