Annotation of uae/src/include/sysconfig.h.Be, revision 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: // Enables some work arounds to get UAE to work with Code Warrior
        !             5: #define __PPCMetrowerks__
        !             6: 
        !             7: /* Define if on AIX 3.
        !             8:    System headers sometimes define this.
        !             9:    We just want to avoid a redefinition error message.  */
        !            10: #ifndef _ALL_SOURCE
        !            11: /* #undef _ALL_SOURCE */
        !            12: #endif
        !            13: 
        !            14: /* Define to empty if the keyword does not work.  */
        !            15: /* #undef const */
        !            16: 
        !            17: /* Define if your struct stat has st_blocks.  */
        !            18: /* #undef HAVE_ST_BLOCKS */
        !            19: 
        !            20: /* Define if utime(file, NULL) sets file's timestamp to the present.  */
        !            21: #define HAVE_UTIME_NULL 1
        !            22: 
        !            23: /* Define as __inline if that's what the C compiler calls it.  */
        !            24: #define __inline__ __inline
        !            25: 
        !            26: /* Define to `int' if <sys/types.h> doesn't define.  */
        !            27: /* #undef mode_t */
        !            28: 
        !            29: /* Define to `long' if <sys/types.h> doesn't define.  */
        !            30: /* #undef off_t */
        !            31: 
        !            32: /* Define to `int' if <sys/types.h> doesn't define.  */
        !            33: /* #undef pid_t */
        !            34: 
        !            35: /* Define if you need to in order for stat and other things to work.  */
        !            36: /* #undef _POSIX_SOURCE */
        !            37: 
        !            38: /* Define as the return type of signal handlers (int or void).  */
        !            39: #define RETSIGTYPE void
        !            40: 
        !            41: /* Define if you have the ANSI C header files.  */
        !            42: #define STDC_HEADERS 1
        !            43: 
        !            44: /* Define if you can safely include both <sys/time.h> and <time.h>.  */
        !            45: #define TIME_WITH_SYS_TIME 1
        !            46: 
        !            47: /* Define if your <sys/time.h> declares struct tm.  */
        !            48: /* #undef TM_IN_SYS_TIME */
        !            49: 
        !            50: /* The number of bytes in a char.  */
        !            51: #define SIZEOF_CHAR 1
        !            52: 
        !            53: /* The number of bytes in a int.  */
        !            54: #define SIZEOF_INT 4
        !            55: 
        !            56: /* The number of bytes in a long.  */
        !            57: #define SIZEOF_LONG 4
        !            58: 
        !            59: /* The number of bytes in a long long.  */
        !            60: //#define SIZEOF_LONG_LONG 8
        !            61: 
        !            62: /* The number of bytes in a short.  */
        !            63: #define SIZEOF_SHORT 2
        !            64: 
        !            65: /* Define if you have the gettimeofday function.  */
        !            66: #define HAVE_GETTIMEOFDAY 1
        !            67: 
        !            68: /* Define if you have the mkdir function.  */
        !            69: #define HAVE_MKDIR 1
        !            70: 
        !            71: /* Define if you have the rmdir function.  */
        !            72: #define HAVE_RMDIR 1
        !            73: 
        !            74: /* Define if you have the select function.  */
        !            75: #define HAVE_SELECT 1
        !            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 <dirent.h> header file.  */
        !            87: #define HAVE_DIRENT_H 1
        !            88: 
        !            89: /* Define if you have the <fcntl.h> header file.  */
        !            90: #define HAVE_FCNTL_H 1
        !            91: 
        !            92: /* Define if you have the <linux/joystick.h> header file.  */
        !            93: /* #define HAVE_LINUX_JOYSTICK_H 1 */
        !            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: /* #define HAVE_STRINGS_H 1 /*
        !           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/stat.h> header file.  */
        !           117: #define HAVE_SYS_STAT_H 1
        !           118: 
        !           119: /* Define if you have the <sys/statfs.h> header file.  */
        !           120: /* #undef HAVE_SYS_STATFS_H */
        !           121: 
        !           122: /* Define if you have the <sys/statvfs.h> header file.  */
        !           123: /* #undef HAVE_SYS_STATVFS_H */
        !           124: 
        !           125: /* Define if you have the <sys/time.h> header file.  */
        !           126: #define HAVE_SYS_TIME_H 1
        !           127: 
        !           128: /* Define if you have the <sys/types.h> header file.  */
        !           129: #define HAVE_SYS_TYPES_H 1
        !           130: 
        !           131: /* Define if you have the <sys/vfs.h> header file.  */
        !           132: /* #undef HAVE_SYS_VFS_H */
        !           133: 
        !           134: /* Define if you have the <unistd.h> header file.  */
        !           135: #define HAVE_UNISTD_H 1
        !           136: 
        !           137: /* Define if you have the <utime.h> header file.  */
        !           138: #define HAVE_UTIME_H 1
        !           139: 
        !           140: /* Define if you have the <values.h> header file.  */
        !           141: /* #undef HAVE_VALUES_H */

unix.superglobalmegacorp.com

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