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