Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/config.h.in~ @ 1814

Last change on this file since 1814 was 1814, checked in by bensch, 20 years ago

orxonox/brnaches/bensch: added autoproject configuration

File size: 4.1 KB
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if the `closedir' function returns void instead of `int'. */
4#undef CLOSEDIR_VOID
5
6/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
7   systems. This function is required for `alloca.c' support on those systems.
8   */
9#undef CRAY_STACKSEG_END
10
11/* Define to 1 if using `alloca.c'. */
12#undef C_ALLOCA
13
14/* Define to 1 if you have `alloca', as a function or macro. */
15#undef HAVE_ALLOCA
16
17/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
18   */
19#undef HAVE_ALLOCA_H
20
21/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
22   */
23#undef HAVE_DIRENT_H
24
25/* Define to 1 if you have the <fcntl.h> header file. */
26#undef HAVE_FCNTL_H
27
28/* Define to 1 if you have the <inttypes.h> header file. */
29#undef HAVE_INTTYPES_H
30
31/* Define to 1 if you have the <locale.h> header file. */
32#undef HAVE_LOCALE_H
33
34/* Define to 1 if you have the <memory.h> header file. */
35#undef HAVE_MEMORY_H
36
37/* Define to 1 if you have the `mkfifo' function. */
38#undef HAVE_MKFIFO
39
40/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
41#undef HAVE_NDIR_H
42
43/* Define to 1 if you have the <stdint.h> header file. */
44#undef HAVE_STDINT_H
45
46/* Define to 1 if you have the <stdlib.h> header file. */
47#undef HAVE_STDLIB_H
48
49/* Define to 1 if you have the <strings.h> header file. */
50#undef HAVE_STRINGS_H
51
52/* Define to 1 if you have the <string.h> header file. */
53#undef HAVE_STRING_H
54
55/* Define to 1 if `st_blocks' is member of `struct stat'. */
56#undef HAVE_STRUCT_STAT_ST_BLOCKS
57
58/* Define if struct utimbuf is declared -- usually in <utime.h>. Some systems
59   have utime.h but don't declare the struct anywhere. */
60#undef HAVE_STRUCT_UTIMBUF
61
62/* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
63   `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
64#undef HAVE_ST_BLOCKS
65
66/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
67   */
68#undef HAVE_SYS_DIR_H
69
70/* Define to 1 if you have the <sys/mkdev.h> header file. */
71#undef HAVE_SYS_MKDEV_H
72
73/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
74   */
75#undef HAVE_SYS_NDIR_H
76
77/* Define to 1 if you have the <sys/param.h> header file. */
78#undef HAVE_SYS_PARAM_H
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/sysmacros.h> header file. */
84#undef HAVE_SYS_SYSMACROS_H
85
86/* Define to 1 if you have the <sys/time.h> header file. */
87#undef HAVE_SYS_TIME_H
88
89/* Define to 1 if you have the <sys/types.h> header file. */
90#undef HAVE_SYS_TYPES_H
91
92/* Define to 1 if you have the <time.h> header file. */
93#undef HAVE_TIME_H
94
95/* Define to 1 if you have the <unistd.h> header file. */
96#undef HAVE_UNISTD_H
97
98/* Define to 1 if you have the <utime.h> header file. */
99#undef HAVE_UTIME_H
100
101/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
102   */
103#undef MAJOR_IN_MKDEV
104
105/* Define to 1 if `major', `minor', and `makedev' are declared in
106   <sysmacros.h>. */
107#undef MAJOR_IN_SYSMACROS
108
109/* Name of package */
110#undef PACKAGE
111
112/* Define to the address where bug reports for this package should be sent. */
113#undef PACKAGE_BUGREPORT
114
115/* Define to the full name of this package. */
116#undef PACKAGE_NAME
117
118/* Define to the full name and version of this package. */
119#undef PACKAGE_STRING
120
121/* Define to the one symbol short name of this package. */
122#undef PACKAGE_TARNAME
123
124/* Define to the version of this package. */
125#undef PACKAGE_VERSION
126
127/* If using the C implementation of alloca, define if you know the
128   direction of stack growth for your system; otherwise it will be
129   automatically deduced at run-time.
130        STACK_DIRECTION > 0 => grows toward higher addresses
131        STACK_DIRECTION < 0 => grows toward lower addresses
132        STACK_DIRECTION = 0 => direction of growth unknown */
133#undef STACK_DIRECTION
134
135/* Define to 1 if you have the ANSI C header files. */
136#undef STDC_HEADERS
137
138/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
139#undef TIME_WITH_SYS_TIME
140
141/* Define to 1 if your <sys/time.h> declares `struct tm'. */
142#undef TM_IN_SYS_TIME
143
144/* Version number of package */
145#undef VERSION
Note: See TracBrowser for help on using the repository browser.