ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/sysconfig.h.Acorn
Revision: 1.1
Committed: 2003-07-01T17:25:12Z (20 years, 9 months ago) by cebix
Branch: MAIN
Log Message:
imported files

File Contents

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