ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/sysconfig.h.Acorn
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

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