ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/sysconfig.h.Be
Revision: 1.2
Committed: 2003-07-01T18:05:16Z (20 years, 9 months ago) by cebix
Branch: MAIN
CVS Tags: VERSION_4_2, HEAD
Changes since 1.1: +0 -6 lines
Log Message:
removed obsolete stuff

File Contents

# Content
1 /* Src/sysconfig.h for BeOS */
2
3 /* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6 #ifndef _ALL_SOURCE
7 /* #undef _ALL_SOURCE */
8 #endif
9
10 /* Define if your struct stat has st_blocks. */
11 /* #undef HAVE_ST_BLOCKS */
12
13 /* Define if utime(file, NULL) sets file's timestamp to the present. */
14 #define HAVE_UTIME_NULL 1
15
16 /* Define to `int' if <sys/types.h> doesn't define. */
17 /* #undef mode_t */
18
19 /* Define to `long' if <sys/types.h> doesn't define. */
20 /* #undef off_t */
21
22 /* Define to `int' if <sys/types.h> doesn't define. */
23 /* #undef pid_t */
24
25 /* Define if you need to in order for stat and other things to work. */
26 /* #undef _POSIX_SOURCE */
27
28 /* Define as the return type of signal handlers (int or void). */
29 #define RETSIGTYPE void
30
31 /* Define if you have the ANSI C header files. */
32 #define STDC_HEADERS 1
33
34 /* Define if you can safely include both <sys/time.h> and <time.h>. */
35 #define TIME_WITH_SYS_TIME 1
36
37 /* Define if your <sys/time.h> declares struct tm. */
38 /* #undef TM_IN_SYS_TIME */
39
40 /* The number of bytes in a char. */
41 #define SIZEOF_CHAR 1
42
43 /* The number of bytes in a int. */
44 #define SIZEOF_INT 4
45
46 /* The number of bytes in a long. */
47 #define SIZEOF_LONG 4
48
49 /* The number of bytes in a long long. */
50 #define SIZEOF_LONG_LONG 8
51
52 /* The number of bytes in a short. */
53 #define SIZEOF_SHORT 2
54
55 /* Define if you have the gettimeofday function. */
56 #define HAVE_GETTIMEOFDAY 1
57
58 /* Define if you have the mkdir function. */
59 #define HAVE_MKDIR 1
60
61 /* Define if you have the rmdir function. */
62 #define HAVE_RMDIR 1
63
64 /* Define if you have the select function. */
65 #define HAVE_SELECT 1
66
67 /* Define if you have the sigaction function. */
68 #define HAVE_SIGACTION 1
69
70 /* Define if you have the statfs function. */
71 /* #undef HAVE_STATFS */
72
73 /* Define if you have the strerror function. */
74 #define HAVE_STRERROR 1
75
76 /* Define if you have the strstr function. */
77 #define HAVE_STRSTR 1
78
79 /* Define if you have the usleep function. */
80 /* #undef HAVE_USLEEP */
81
82 /* Define if you have the <dirent.h> header file. */
83 #define HAVE_DIRENT_H 1
84
85 /* Define if you have the <fcntl.h> header file. */
86 #define HAVE_FCNTL_H 1
87
88 /* Define if you have the <linux/joystick.h> header file. */
89 /* #undef HAVE_LINUX_JOYSTICK_H */
90
91 /* Define if you have the <ncurses.h> header file. */
92 /* #undef HAVE_NCURSES_H */
93
94 /* Define if you have the <ndir.h> header file. */
95 /* #undef HAVE_NDIR_H */
96
97 /* Define if you have the <string.h> header file. */
98 #define HAVE_STRING_H 1
99
100 /* Define if you have the <strings.h> header file. */
101 /* #undef HAVE_STRINGS_H */
102
103 /* Define if you have the <sys/dir.h> header file. */
104 #define HAVE_SYS_DIR_H 1
105
106 /* Define if you have the <sys/mount.h> header file. */
107 /* #undef HAVE_SYS_MOUNT_H */
108
109 /* Define if you have the <sys/ndir.h> header file. */
110 /* #undef HAVE_SYS_NDIR_H */
111
112 /* Define if you have the <sys/param.h> header file. */
113 #define HAVE_SYS_PARAM_H 1
114
115 /* Define if you have the <sys/select.h> header file. */
116 /* #undef HAVE_SYS_SELECT_H */
117
118 /* Define if you have the <sys/stat.h> header file. */
119 #define HAVE_SYS_STAT_H 1
120
121 /* Define if you have the <sys/statfs.h> header file. */
122 /* #undef HAVE_SYS_STATFS_H */
123
124 /* Define if you have the <sys/statvfs.h> header file. */
125 /* #undef HAVE_SYS_STATVFS_H */
126
127 /* Define if you have the <sys/time.h> header file. */
128 #define HAVE_SYS_TIME_H 1
129
130 /* Define if you have the <sys/types.h> header file. */
131 #define HAVE_SYS_TYPES_H 1
132
133 /* Define if you have the <sys/vfs.h> header file. */
134 /* #undef HAVE_SYS_VFS_H */
135
136 /* Define if you have the <unistd.h> header file. */
137 #define HAVE_UNISTD_H 1
138
139 /* Define if you have the <utime.h> header file. */
140 #define HAVE_UTIME_H 1
141
142 /* Define if you have the <values.h> header file. */
143 /* #undef HAVE_VALUES_H */