ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/sysconfig.h.in
Revision: 1.2
Committed: 2003-07-01T17:42:06Z (20 years, 10 months ago) by cebix
Branch: MAIN
CVS Tags: VERSION_4_2, HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
- added files required by autoconf
- removed automatically generated files

File Contents

# Content
1 /* sysconfig.h.in. Generated from configure.in by autoheader. */
2
3 /* Define if you have the <dirent.h> header file, and it defines `DIR'. */
4 #undef HAVE_DIRENT_H
5
6 /* Define if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
8
9 /* Define if you have the `gettimeofday' function. */
10 #undef HAVE_GETTIMEOFDAY
11
12 /* Define if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define if you have the <linux/joystick.h> header file. */
16 #undef HAVE_LINUX_JOYSTICK_H
17
18 /* Define if you have the <memory.h> header file. */
19 #undef HAVE_MEMORY_H
20
21 /* Define if you have the `mkdir' function. */
22 #undef HAVE_MKDIR
23
24 /* Define if you have the <ncurses.h> header file. */
25 #undef HAVE_NCURSES_H
26
27 /* Define if you have the <ndir.h> header file, and it defines `DIR'. */
28 #undef HAVE_NDIR_H
29
30 /* Define if you have the `rmdir' function. */
31 #undef HAVE_RMDIR
32
33 /* Define if you have the `select' function. */
34 #undef HAVE_SELECT
35
36 /* Define if you have the `sigaction' function. */
37 #undef HAVE_SIGACTION
38
39 /* Define if you have the `statfs' function. */
40 #undef HAVE_STATFS
41
42 /* Define if you have the <stdint.h> header file. */
43 #undef HAVE_STDINT_H
44
45 /* Define if you have the <stdlib.h> header file. */
46 #undef HAVE_STDLIB_H
47
48 /* Define if you have the `strerror' function. */
49 #undef HAVE_STRERROR
50
51 /* Define if you have the <strings.h> header file. */
52 #undef HAVE_STRINGS_H
53
54 /* Define if you have the <string.h> header file. */
55 #undef HAVE_STRING_H
56
57 /* Define if you have the `strstr' function. */
58 #undef HAVE_STRSTR
59
60 /* Define if `st_blocks' is member of `struct stat'. */
61 #undef HAVE_STRUCT_STAT_ST_BLOCKS
62
63 /* Define if your `struct stat' has `st_blocks'. Deprecated, use
64 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
65 #undef HAVE_ST_BLOCKS
66
67 /* Define if you have the <sys/dir.h> header file, and it defines `DIR'. */
68 #undef HAVE_SYS_DIR_H
69
70 /* Define if you have the <sys/mount.h> header file. */
71 #undef HAVE_SYS_MOUNT_H
72
73 /* Define if you have the <sys/ndir.h> header file, and it defines `DIR'. */
74 #undef HAVE_SYS_NDIR_H
75
76 /* Define if you have the <sys/param.h> header file. */
77 #undef HAVE_SYS_PARAM_H
78
79 /* Define if you have the <sys/select.h> header file. */
80 #undef HAVE_SYS_SELECT_H
81
82 /* Define if you have the <sys/statfs.h> header file. */
83 #undef HAVE_SYS_STATFS_H
84
85 /* Define if you have the <sys/statvfs.h> header file. */
86 #undef HAVE_SYS_STATVFS_H
87
88 /* Define if you have the <sys/stat.h> header file. */
89 #undef HAVE_SYS_STAT_H
90
91 /* Define if you have the <sys/time.h> header file. */
92 #undef HAVE_SYS_TIME_H
93
94 /* Define if you have the <sys/types.h> header file. */
95 #undef HAVE_SYS_TYPES_H
96
97 /* Define if you have the <sys/vfs.h> header file. */
98 #undef HAVE_SYS_VFS_H
99
100 /* Define if you have the <unistd.h> header file. */
101 #undef HAVE_UNISTD_H
102
103 /* Define if you have the `usleep' function. */
104 #undef HAVE_USLEEP
105
106 /* Define if you have the <utime.h> header file. */
107 #undef HAVE_UTIME_H
108
109 /* Define if `utime(file, NULL)' sets file's timestamp to the present. */
110 #undef HAVE_UTIME_NULL
111
112 /* Define if you have the <values.h> header file. */
113 #undef HAVE_VALUES_H
114
115 /* Define as the return type of signal handlers (`int' or `void'). */
116 #undef RETSIGTYPE
117
118 /* The size of a `char', as computed by sizeof. */
119 #undef SIZEOF_CHAR
120
121 /* The size of a `int', as computed by sizeof. */
122 #undef SIZEOF_INT
123
124 /* The size of a `long', as computed by sizeof. */
125 #undef SIZEOF_LONG
126
127 /* The size of a `long long', as computed by sizeof. */
128 #undef SIZEOF_LONG_LONG
129
130 /* The size of a `short', as computed by sizeof. */
131 #undef SIZEOF_SHORT
132
133 /* Define if you have the ANSI C header files. */
134 #undef STDC_HEADERS
135
136 /* Define if you can safely include both <sys/time.h> and <time.h>. */
137 #undef TIME_WITH_SYS_TIME
138
139 /* Define if your <sys/time.h> declares `struct tm'. */
140 #undef TM_IN_SYS_TIME
141
142 /* Define if the X Window System is missing or not being used. */
143 #undef X_DISPLAY_MISSING
144
145 /* Define if on AIX 3.
146 System headers sometimes define this.
147 We just want to avoid a redefinition error message. */
148 #ifndef _ALL_SOURCE
149 # undef _ALL_SOURCE
150 #endif
151
152 /* Define if you need to in order for stat and other things to work. */
153 #undef _POSIX_SOURCE
154
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
157
158 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
159 if it is not supported. */
160 #undef inline
161
162 /* Define to `int' if <sys/types.h> does not define. */
163 #undef mode_t
164
165 /* Define to `long' if <sys/types.h> does not define. */
166 #undef off_t
167
168 /* Define to `int' if <sys/types.h> does not define. */
169 #undef pid_t