1/* configuration/config.hin.  Generated automatically from configure.in by autoheader.  */
2
3/* Define if using alloca.c.  */
4#undef C_ALLOCA
5
6/* Define to empty if the keyword does not work.  */
7#undef const
8
9/* Define to one of _getb67, GETB67, getb67 for Cray-2 and Cray-YMP systems.
10   This function is required for alloca.c support on those systems.  */
11#undef CRAY_STACKSEG_END
12
13/* Define if you have alloca, as a function or macro.  */
14#undef HAVE_ALLOCA
15
16/* Define if you have <alloca.h> and it should be used (not on Ultrix).  */
17#undef HAVE_ALLOCA_H
18
19/* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
20#undef HAVE_SYS_WAIT_H
21
22/* Define if you need to in order for stat and other things to work.  */
23#undef _POSIX_SOURCE
24
25/* Define as the return type of signal handlers (int or void).  */
26#undef RETSIGTYPE
27
28/* Define to `unsigned' if <sys/types.h> doesn't define.  */
29#undef size_t
30
31/* If using the C implementation of alloca, define if you know the
32   direction of stack growth for your system; otherwise it will be
33   automatically deduced at run-time.
34	STACK_DIRECTION > 0 => grows toward higher addresses
35	STACK_DIRECTION < 0 => grows toward lower addresses
36	STACK_DIRECTION = 0 => direction of growth unknown
37 */
38#undef STACK_DIRECTION
39
40/* Define if you have the ANSI C header files.  */
41#undef STDC_HEADERS
42
43/* Define if you have xgrabsc installed */
44#undef HAVE_XGRABSC
45
46/* Define if you have the getcwd function.  */
47#undef HAVE_GETCWD
48
49/* Define if you have the lrand48 function.  */
50#undef HAVE_LRAND48
51
52/* Define if you have the strdup function.  */
53#undef HAVE_STRDUP
54
55/* Define if you have the <dirent.h> header file.  */
56#undef HAVE_DIRENT_H
57
58/* Define if you have the <fcntl.h> header file.  */
59#undef HAVE_FCNTL_H
60
61/* Define if you have the <limits.h> header file.  */
62#undef HAVE_LIMITS_H
63
64/* Define if you have the <ndir.h> header file.  */
65#undef HAVE_NDIR_H
66
67/* Define if you have the <sys/dir.h> header file.  */
68#undef HAVE_SYS_DIR_H
69
70/* Define if you have the <sys/file.h> header file.  */
71#undef HAVE_SYS_FILE_H
72
73/* Define if you have the <sys/ndir.h> header file.  */
74#undef HAVE_SYS_NDIR_H
75
76/* Define if you have the <sys/time.h> header file.  */
77#undef HAVE_SYS_TIME_H
78
79/* Define if you have the <unistd.h> header file.  */
80#undef HAVE_UNISTD_H
81
82/* Define if you have the <values.h> header file.  */
83#undef HAVE_VALUES_H
84
85/* AIX requires this to be the first thing in the file.  */
86/* don't change the indentation !!!! */
87#ifdef __GNUC__
88# define alloca __builtin_alloca
89#else
90# if HAVE_ALLOCA_H
91#  include <alloca.h>
92# else
93#  ifdef _AIX
94 #pragma alloca
95#  else
96#   ifndef alloca /* predefined by HP cc +Olibcalls */
97char *alloca (int size);
98#   endif
99#  endif
100# endif
101#endif
102
103#include "kernel/sources/alloca.h"
104#include "kernel/sources/getcwd.h"
105#include "kernel/sources/strdup.h"
106#include "kernel/sources/lrand48.h"
107