Annotation of uae/src/include/sysconfig.h.Be, revision 1.1.1.2

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

unix.superglobalmegacorp.com

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