Annotation of uae/sysconfig.h.dos, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.