Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/bensch/config.h @ 1824

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

orxonox/brnaches/bensch: added autoproject configuration

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