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.11 - (hide annotations) (download)
Fri Sep 1 08:53:16 2006 UTC (17 years, 7 months ago) by orrisroot
Branch: MAIN
Changes since 1.10: +6 -0 lines
added fatal error function sl4_error_fatal().
added win32 specific function sl4_win32_has_console().
moved to get user name function from lib/common/userinfo.c to lib/libsl4/user.c

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 orrisroot 1.10 /* Define to 1 if you have the `flockf' function. */
38     #undef HAVE_FLOCKF
39 orrisroot 1.1
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 orrisroot 1.11 /* Define to 1 if you have the `getenv' function. */
53     #undef HAVE_GETENV
54    
55 orrisroot 1.1 /* Define to 1 if you have the `gethostname' function. */
56     #undef HAVE_GETHOSTNAME
57    
58     /* Define to 1 if you have the <getopt.h> header file. */
59     #undef HAVE_GETOPT_H
60    
61     /* Define to 1 if you have the `getpagesize' function. */
62     #undef HAVE_GETPAGESIZE
63    
64     /* Define to 1 if you have the `gettimeofday' function. */
65     #undef HAVE_GETTIMEOFDAY
66    
67     /* Define to 1 if you have the <inttypes.h> header file. */
68     #undef HAVE_INTTYPES_H
69    
70     /* Define to 1 if you have the <io.h> header file. */
71     #undef HAVE_IO_H
72    
73     /* Define to 1 if you have the `dl' library (-ldl). */
74     #undef HAVE_LIBDL
75    
76     /* Define to 1 if you have the `m' library (-lm). */
77     #undef HAVE_LIBM
78    
79     /* Define to 1 if you have the <limits.h> header file. */
80     #undef HAVE_LIMITS_H
81    
82 orrisroot 1.2 /* Define to 1 if you have the <locale.h> header file. */
83     #undef HAVE_LOCALE_H
84    
85 orrisroot 1.1 /* Define to 1 if you have the `lockf' function. */
86     #undef HAVE_LOCKF
87    
88 orrisroot 1.4 /* Define to 1 if you have the `lrand48' function. */
89     #undef HAVE_LRAND48
90    
91 orrisroot 1.1 /* Define to 1 if `lstat' has the bug that it succeeds when given the
92     zero-length file name argument. */
93     #undef HAVE_LSTAT_EMPTY_STRING_BUG
94    
95     /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
96     to 0 otherwise. */
97     #undef HAVE_MALLOC
98    
99     /* Define to 1 if you have the <malloc.h> header file. */
100     #undef HAVE_MALLOC_H
101    
102     /* Define to 1 if you have the `memmove' function. */
103     #undef HAVE_MEMMOVE
104    
105     /* Define to 1 if you have the <memory.h> header file. */
106     #undef HAVE_MEMORY_H
107    
108     /* Define to 1 if you have the `memset' function. */
109     #undef HAVE_MEMSET
110    
111     /* Define to 1 if you have the `mkdir' function. */
112     #undef HAVE_MKDIR
113    
114     /* Define to 1 if you have a working `mmap' system call. */
115     #undef HAVE_MMAP
116    
117 orrisroot 1.2 /* Define to 1 if you have the `munmap' function. */
118     #undef HAVE_MUNMAP
119    
120 orrisroot 1.1 /* Define to 1 if you have the <ncurses.h> header file. */
121     #undef HAVE_NCURSES_H
122    
123     /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
124     #undef HAVE_NDIR_H
125    
126     /* Define to 1 if you have the `pow' function. */
127     #undef HAVE_POW
128    
129     /* Define to 1 if you have the <process.h> header file. */
130     #undef HAVE_PROCESS_H
131    
132 orrisroot 1.7 /* Define if you have POSIX threads libraries and header files. */
133     #undef HAVE_PTHREAD
134    
135 orrisroot 1.10 /* Define to 1 if you have the <pthread.h> header file. */
136     #undef HAVE_PTHREAD_H
137    
138 orrisroot 1.1 /* Define to 1 if you have the `putenv' function. */
139     #undef HAVE_PUTENV
140    
141     /* Define to 1 if you have the <pwd.h> header file. */
142     #undef HAVE_PWD_H
143    
144 orrisroot 1.2 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
145     and to 0 otherwise. */
146     #undef HAVE_REALLOC
147    
148 orrisroot 1.1 /* Define to 1 if you have the `rmdir' function. */
149     #undef HAVE_RMDIR
150    
151     /* Define to 1 if you have the `setenv' function. */
152     #undef HAVE_SETENV
153    
154 orrisroot 1.2 /* Define to 1 if you have the `setlocale' function. */
155     #undef HAVE_SETLOCALE
156    
157 orrisroot 1.6 /* Define to 1 if the system has the type `sig_t'. */
158     #undef HAVE_SIG_T
159    
160 orrisroot 1.1 /* Define to 1 if you have the `snprintf' function. */
161     #undef HAVE_SNPRINTF
162    
163     /* Define to 1 if you have the `sqrt' function. */
164     #undef HAVE_SQRT
165    
166     /* Define to 1 if `stat' has the bug that it succeeds when given the
167     zero-length file name argument. */
168     #undef HAVE_STAT_EMPTY_STRING_BUG
169    
170 orrisroot 1.2 /* Define to 1 if stdbool.h conforms to C99. */
171     #undef HAVE_STDBOOL_H
172    
173     /* Define to 1 if you have the <stddef.h> header file. */
174     #undef HAVE_STDDEF_H
175    
176 orrisroot 1.1 /* Define to 1 if you have the <stdint.h> header file. */
177     #undef HAVE_STDINT_H
178    
179     /* Define to 1 if you have the <stdlib.h> header file. */
180     #undef HAVE_STDLIB_H
181    
182     /* Define to 1 if you have the `strchr' function. */
183     #undef HAVE_STRCHR
184    
185     /* Define to 1 if you have the `strdup' function. */
186     #undef HAVE_STRDUP
187    
188     /* Define to 1 if you have the `strerror' function. */
189     #undef HAVE_STRERROR
190    
191     /* Define to 1 if you have the <strings.h> header file. */
192     #undef HAVE_STRINGS_H
193    
194     /* Define to 1 if you have the <string.h> header file. */
195     #undef HAVE_STRING_H
196    
197     /* Define to 1 if you have the `strncpy' function. */
198     #undef HAVE_STRNCPY
199    
200     /* Define to 1 if you have the `strpbrk' function. */
201     #undef HAVE_STRPBRK
202    
203     /* Define to 1 if you have the `strrchr' function. */
204     #undef HAVE_STRRCHR
205    
206     /* Define to 1 if you have the `strstr' function. */
207     #undef HAVE_STRSTR
208    
209     /* Define to 1 if you have the `strtol' function. */
210     #undef HAVE_STRTOL
211    
212     /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
213     */
214     #undef HAVE_SYS_DIR_H
215    
216     /* Define to 1 if you have the <sys/file.h> header file. */
217     #undef HAVE_SYS_FILE_H
218    
219     /* Define to 1 if you have the <sys/ioctl.h> header file. */
220     #undef HAVE_SYS_IOCTL_H
221    
222     /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
223     */
224     #undef HAVE_SYS_NDIR_H
225    
226     /* Define to 1 if you have the <sys/param.h> header file. */
227     #undef HAVE_SYS_PARAM_H
228    
229     /* Define to 1 if you have the <sys/stat.h> header file. */
230     #undef HAVE_SYS_STAT_H
231    
232     /* Define to 1 if you have the <sys/timeb.h> header file. */
233     #undef HAVE_SYS_TIMEB_H
234    
235     /* Define to 1 if you have the <sys/time.h> header file. */
236     #undef HAVE_SYS_TIME_H
237    
238     /* Define to 1 if you have the <sys/types.h> header file. */
239     #undef HAVE_SYS_TYPES_H
240    
241     /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
242     #undef HAVE_SYS_WAIT_H
243    
244     /* Define to 1 if you have the <termcap.h> header file. */
245     #undef HAVE_TERMCAP_H
246    
247     /* Define to 1 if you have the <termios.h> header file. */
248     #undef HAVE_TERMIOS_H
249    
250     /* Define to 1 if you have the <term.h> header file. */
251     #undef HAVE_TERM_H
252    
253     /* Define to 1 if you have the <unistd.h> header file. */
254     #undef HAVE_UNISTD_H
255    
256 orrisroot 1.10 /* Define to 1 if you have the `vasprintf' function. */
257     #undef HAVE_VASPRINTF
258    
259 orrisroot 1.1 /* Define to 1 if you have the `vfork' function. */
260     #undef HAVE_VFORK
261    
262     /* Define to 1 if you have the <vfork.h> header file. */
263     #undef HAVE_VFORK_H
264    
265     /* Define to 1 if you have the `vprintf' function. */
266     #undef HAVE_VPRINTF
267    
268     /* Define to 1 if you have the `vsnprintf' function. */
269     #undef HAVE_VSNPRINTF
270    
271     /* Define to 1 if you have the <windows.h> header file. */
272     #undef HAVE_WINDOWS_H
273    
274     /* Define to 1 if `fork' works. */
275     #undef HAVE_WORKING_FORK
276    
277     /* Define to 1 if `vfork' works. */
278     #undef HAVE_WORKING_VFORK
279    
280 orrisroot 1.10 /* Define to 1 if you have the `wvsprintf' function. */
281     #undef HAVE_WVSPRINTF
282    
283 orrisroot 1.2 /* Define to 1 if the system has the type `_Bool'. */
284     #undef HAVE__BOOL
285    
286 orrisroot 1.10 /* Define to 1 if you have the `_vscprintf' function. */
287     #undef HAVE__VSCPRINTF
288    
289 orrisroot 1.1 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
290     slash. */
291     #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
292    
293     /* Name of package */
294     #undef PACKAGE
295    
296     /* Define to the address where bug reports for this package should be sent. */
297     #undef PACKAGE_BUGREPORT
298    
299     /* Define to the full name of this package. */
300     #undef PACKAGE_NAME
301    
302     /* Define to the full name and version of this package. */
303     #undef PACKAGE_STRING
304    
305     /* Define to the one symbol short name of this package. */
306     #undef PACKAGE_TARNAME
307    
308     /* Define to the version of this package. */
309     #undef PACKAGE_VERSION
310    
311 orrisroot 1.8 /* Define to the necessary symbol if this constant uses a non-standard name on
312 orrisroot 1.7 your system. */
313     #undef PTHREAD_CREATE_JOINABLE
314    
315 orrisroot 1.1 /* Define as the return type of signal handlers (`int' or `void'). */
316     #undef RETSIGTYPE
317    
318     /* Define to 1 if you have the ANSI C header files. */
319     #undef STDC_HEADERS
320    
321     /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
322     #undef TIME_WITH_SYS_TIME
323    
324     /* Define to 1 if your <sys/time.h> declares `struct tm'. */
325     #undef TM_IN_SYS_TIME
326    
327     /* Version number of package */
328     #undef VERSION
329    
330     /* Define to 1 if your processor stores words with the most significant byte
331     first (like Motorola and SPARC, unlike Intel and VAX). */
332     #undef WORDS_BIGENDIAN
333    
334 orrisroot 1.3 /* Define to 1 if the X Window System is missing or not being used. */
335     #undef X_DISPLAY_MISSING
336    
337 orrisroot 1.1 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
338     `char[]'. */
339     #undef YYTEXT_POINTER
340    
341 orrisroot 1.10 /* Enable GNU extensions on systems that have them. */
342     #ifndef _GNU_SOURCE
343     # undef _GNU_SOURCE
344     #endif
345    
346 orrisroot 1.1 /* Define to empty if `const' does not conform to ANSI C. */
347     #undef const
348    
349     /* Define to `int' if <sys/types.h> doesn't define. */
350     #undef gid_t
351    
352 orrisroot 1.5 /* Define to `__inline__' or `__inline' if that's what the C compiler
353     calls it, or to nothing if 'inline' is not supported under any name. */
354     #ifndef __cplusplus
355 orrisroot 1.1 #undef inline
356 orrisroot 1.5 #endif
357 orrisroot 1.1
358     /* Define to rpl_malloc if the replacement function should be used. */
359     #undef malloc
360    
361 orrisroot 1.11 /* Define to `int' if <sys/types.h> does not define. */
362     #undef mode_t
363    
364 orrisroot 1.9 /* Define to `long' if <sys/types.h> does not define. */
365     #undef off_t
366    
367 orrisroot 1.1 /* Define to `int' if <sys/types.h> does not define. */
368     #undef pid_t
369    
370 orrisroot 1.2 /* Define to rpl_realloc if the replacement function should be used. */
371     #undef realloc
372    
373 orrisroot 1.1 /* Define to `unsigned' if <sys/types.h> does not define. */
374     #undef size_t
375    
376 orrisroot 1.9 /* Define to `int' if <sys/types.h> does not define. */
377     #undef ssize_t
378    
379 orrisroot 1.1 /* Define to `long' if <sys/types.h> does not define. */
380     #undef time_t
381    
382     /* Define to `int' if <sys/types.h> doesn't define. */
383     #undef uid_t
384    
385     /* Define as `fork' if `vfork' does not work. */
386     #undef vfork
387 orrisroot 1.6
388     #ifndef HAVE_SIG_T
389     typedef RETSIGTYPE (*sig_t) ();
390     #endif

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