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

1.1.1.2 ! root        1: /* sysconfig.h.  Generated automatically by configure.  */
        !             2: /* sysconfig.h.in.  Generated automatically from configure.in by autoheader.  */
        !             3: 
        !             4: #ifdef XF86OS2
        !             5: /* Always include the config.h since we need the DONT_WANT_SHM everywhere */
        !             6: #include "config.h"
        !             7: /* The emx09b+gcc 2.7.2 release doesn't have the strcasecmp, stricmp should do the same */
        !             8: #define strcasecmp stricmp
        !             9: #endif
        !            10: 
        !            11: /* Define if on AIX 3.
        !            12:    System headers sometimes define this.
        !            13:    We just want to avoid a redefinition error message.  */
        !            14: #ifndef _ALL_SOURCE
        !            15: /* #undef _ALL_SOURCE */
        !            16: #endif
        !            17: 
        !            18: /* Define to empty if the keyword does not work.  */
        !            19: /* #undef const */
        !            20: 
        !            21: /* Define if your struct stat has st_blocks.  */
        !            22: /*#define HAVE_ST_BLOCKS 1*/
        !            23: 
        !            24: /* Define if utime(file, NULL) sets file's timestamp to the present.  */
        !            25: /* #undef HAVE_UTIME_NULL */
        !            26: 
        !            27: /* Define as __inline if that's what the C compiler calls it.  */
        !            28: /* #undef inline */
        !            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: #define TIME_WITH_SYS_TIME 1
        !            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: #define SIZEOF_LONG_LONG 8
        !            65: 
        !            66: /* The number of bytes in a short.  */
        !            67: #define SIZEOF_SHORT 2
        !            68: 
        !            69: /* Define if you have the gettimeofday function.  */
        !            70: #define HAVE_GETTIMEOFDAY 1
        !            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: #define HAVE_SELECT 1
        !            80: 
        !            81: /* Define if you have the statfs function.  */
        !            82: /*#define HAVE_STATFS 1*/
        !            83: 
        !            84: /* Define if you have the strerror function.  */
        !            85: #define HAVE_STRERROR 1
        !            86: 
        !            87: /* Define if you have the strstr function.  */
        !            88: #define HAVE_STRSTR 1
        !            89: 
        !            90: /* Define if you have the <dirent.h> header file.  */
        !            91: #define HAVE_DIRENT_H 1
        !            92: 
        !            93: /* Define if you have the <fcntl.h> header file.  */
        !            94: #define HAVE_FCNTL_H 1
        !            95: 
        !            96: /* Define if you have the <linux/joystick.h> header file.  */
        !            97: /* #undef HAVE_LINUX_JOYSTICK_H */
        !            98: 
        !            99: /* Define if you have the <ndir.h> header file.  */
        !           100: /* #undef HAVE_NDIR_H */
        !           101: 
        !           102: /* Define if you have the <string.h> header file.  */
        !           103: #define HAVE_STRING_H 1
        !           104: 
        !           105: /* Define if you have the <strings.h> header file.  */
        !           106: #define HAVE_STRINGS_H 1
        !           107: 
        !           108: /* Define if you have the <sys/dir.h> header file.  */
        !           109: #undef HAVE_SYS_DIR_H 
        !           110: 
        !           111: /* Define if you have the <sys/mount.h> header file.  */
        !           112: /*#define HAVE_SYS_MOUNT_H 1*/
        !           113: 
        !           114: /* Define if you have the <sys/ndir.h> header file.  */
        !           115: /* #undef HAVE_SYS_NDIR_H */
        !           116: 
        !           117: /* Define if you have the <sys/param.h> header file.  */
        !           118: #define HAVE_SYS_PARAM_H 1
        !           119: 
        !           120: /* Define if you have the <sys/stat.h> header file.  */
        !           121: #define HAVE_SYS_STAT_H 1
        !           122: 
        !           123: /* Define if you have the <sys/statfs.h> header file.  */
        !           124: #undef HAVE_SYS_STATFS_H 
        !           125: 
        !           126: /* Define if you have the <sys/statvfs.h> header file.  */
        !           127: /* #undef HAVE_SYS_STATVFS_H */
        !           128: 
        !           129: /* Define if you have the <sys/time.h> header file.  */
        !           130: #define HAVE_SYS_TIME_H 1
        !           131: 
        !           132: /* Define if you have the <sys/types.h> header file.  */
        !           133: #define HAVE_SYS_TYPES_H 1
        !           134: 
        !           135: /* Define if you have the <sys/vfs.h> header file.  */
        !           136: /*#define HAVE_SYS_VFS_H 1*/
        !           137: 
        !           138: /* Define if you have the <unistd.h> header file.  */
        !           139: #define HAVE_UNISTD_H 1
        !           140: 
        !           141: /* Define if you have the <utime.h> header file.  */
        !           142: #define HAVE_UTIME_H 1
        !           143: 
        !           144: /* Define if you have the <values.h> header file.  */
        !           145: /*#define HAVE_VALUES_H 1*/
        !           146: 
        !           147: 

unix.superglobalmegacorp.com

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