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.6 - (hide annotations) (download)
Sun Oct 30 09:54:48 2005 UTC (18 years, 5 months ago) by orrisroot
Branch: MAIN
Changes since 1.5: +7 -0 lines
added sig_t check.

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

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