Annotation of uae/src/sysconfig.h.in, revision 1.1.1.3

1.1.1.2   root        1: /* src/sysconfig.h.in.  Generated automatically from configure.in by autoheader.  */
1.1       root        2: 
                      3: /* Define if on AIX 3.
                      4:    System headers sometimes define this.
                      5:    We just want to avoid a redefinition error message.  */
                      6: #ifndef _ALL_SOURCE
                      7: #undef _ALL_SOURCE
                      8: #endif
                      9: 
                     10: /* Define to empty if the keyword does not work.  */
                     11: #undef const
                     12: 
1.1.1.3 ! root       13: /* Define if you have the getmntent function.  */
        !            14: #undef HAVE_GETMNTENT
        !            15: 
1.1       root       16: /* Define if your struct stat has st_blocks.  */
                     17: #undef HAVE_ST_BLOCKS
                     18: 
                     19: /* Define if utime(file, NULL) sets file's timestamp to the present.  */
                     20: #undef HAVE_UTIME_NULL
                     21: 
                     22: /* Define as __inline if that's what the C compiler calls it.  */
                     23: #undef inline
                     24: 
                     25: /* Define to `int' if <sys/types.h> doesn't define.  */
                     26: #undef mode_t
                     27: 
                     28: /* Define to `long' if <sys/types.h> doesn't define.  */
                     29: #undef off_t
                     30: 
                     31: /* Define to `int' if <sys/types.h> doesn't define.  */
                     32: #undef pid_t
                     33: 
                     34: /* Define if you need to in order for stat and other things to work.  */
                     35: #undef _POSIX_SOURCE
                     36: 
                     37: /* Define as the return type of signal handlers (int or void).  */
                     38: #undef RETSIGTYPE
                     39: 
                     40: /* Define if you have the ANSI C header files.  */
                     41: #undef STDC_HEADERS
                     42: 
                     43: /* Define if you can safely include both <sys/time.h> and <time.h>.  */
                     44: #undef TIME_WITH_SYS_TIME
                     45: 
                     46: /* Define if your <sys/time.h> declares struct tm.  */
                     47: #undef TM_IN_SYS_TIME
                     48: 
                     49: /* Define if the X Window System is missing or not being used.  */
                     50: #undef X_DISPLAY_MISSING
                     51: 
1.1.1.3 ! root       52: /* Define if you have the Andrew File System.  */
        !            53: #undef AFS
        !            54: 
        !            55: /* Define if there is no specific function for reading the list of
        !            56:    mounted filesystems.  fread will be used to read /etc/mnttab.  [SVR2]  */
        !            57: #undef MOUNTED_FREAD
        !            58: 
        !            59: /* Define if (like SVR2) there is no specific function for reading the
        !            60:    list of mounted filesystems, and your system has these header files:
        !            61:    <sys/fstyp.h> and <sys/statfs.h>.  [SVR3]  */
        !            62: #undef MOUNTED_FREAD_FSTYP
        !            63: 
        !            64: /* Define if there is a function named getfsstat for reading the list
        !            65:    of mounted filesystems.  [DEC Alpha running OSF/1]  */
        !            66: #undef MOUNTED_GETFSSTAT
        !            67: 
        !            68: /* Define if there is a function named getmnt for reading the list of
        !            69:    mounted filesystems.  [Ultrix]  */
        !            70: #undef MOUNTED_GETMNT
        !            71: 
        !            72: /* Define if there is a function named getmntent for reading the list
        !            73:    of mounted filesystems, and that function takes a single argument.
        !            74:    [4.3BSD, SunOS, HP-UX, Dynix, Irix]  */
        !            75: #undef MOUNTED_GETMNTENT1
        !            76: 
        !            77: /* Define if there is a function named getmntent for reading the list of
        !            78:    mounted filesystems, and that function takes two arguments.  [SVR4]  */
        !            79: #undef MOUNTED_GETMNTENT2
        !            80: 
        !            81: /* Define if there is a function named getmntinfo for reading the list
        !            82:    of mounted filesystems.  [4.4BSD]  */
        !            83: #undef MOUNTED_GETMNTINFO
        !            84: 
        !            85: /* Define if there is a function named listmntent that can be used to
        !            86:    list all mounted filesystems. [UNICOS] */
        !            87: #undef MOUNTED_LISTMNTENT
        !            88: 
        !            89: /* Define if there is a function named mntctl that can be used to read
        !            90:    the list of mounted filesystems, and there is a system header file
        !            91:    that declares `struct vmount.'  [AIX]  */
        !            92: #undef MOUNTED_VMOUNT
        !            93: 
        !            94: /*  Define if  statfs takes 3 args.  [DEC Alpha running OSF/1]  */
        !            95: #undef STAT_STATFS3_OSF1
        !            96: 
        !            97: /* Define if there is no specific function for reading filesystems usage
        !            98:    information and you have the <sys/filsys.h> header file.  [SVR2]  */
        !            99: #undef STAT_READ_FILSYS
        !           100: 
        !           101: /* Define if statfs takes 2 args and struct statfs has a field named f_bsize.
        !           102:    [4.3BSD, SunOS 4, HP-UX, AIX PS/2]  */
        !           103: #undef STAT_STATFS2_BSIZE
        !           104: 
        !           105: /* Define if statfs takes 2 args and struct statfs has a field named f_fsize.
        !           106:    [4.4BSD, NetBSD]  */
        !           107: #undef STAT_STATFS2_FSIZE
        !           108: 
        !           109: /* Define if statfs takes 2 args and the second argument has
        !           110:    type struct fs_data.  [Ultrix]  */
        !           111: #undef STAT_STATFS2_FS_DATA
        !           112: 
        !           113: /* Define if statfs takes 4 args.  [SVR3, Dynix, Irix, Dolphin]  */
        !           114: #undef STAT_STATFS4
        !           115: 
        !           116: /* Define if there is a function named statvfs.  [SVR4]  */
        !           117: #undef STAT_STATVFS
        !           118: 
        !           119: /* Define if the block counts reported by statfs may be truncated to 2GB
        !           120:    and the correct values may be stored in the f_spare array.
        !           121:    [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem.
        !           122:    SunOS 4.1.1 seems not to be affected.]  */
        !           123: #undef STATFS_TRUNCATES_BLOCK_COUNTS
        !           124: 
        !           125: /* The number of bytes in a __int64.  */
        !           126: #undef SIZEOF___INT64
        !           127: 
1.1       root      128: /* The number of bytes in a char.  */
                    129: #undef SIZEOF_CHAR
                    130: 
                    131: /* The number of bytes in a int.  */
                    132: #undef SIZEOF_INT
                    133: 
                    134: /* The number of bytes in a long.  */
                    135: #undef SIZEOF_LONG
                    136: 
                    137: /* The number of bytes in a long long.  */
                    138: #undef SIZEOF_LONG_LONG
                    139: 
                    140: /* The number of bytes in a short.  */
                    141: #undef SIZEOF_SHORT
                    142: 
1.1.1.3 ! root      143: /* Define if you have the bcopy function.  */
        !           144: #undef HAVE_BCOPY
        !           145: 
1.1       root      146: /* Define if you have the cfmakeraw function.  */
                    147: #undef HAVE_CFMAKERAW
                    148: 
1.1.1.3 ! root      149: /* Define if you have the endgrent function.  */
        !           150: #undef HAVE_ENDGRENT
        !           151: 
        !           152: /* Define if you have the endpwent function.  */
        !           153: #undef HAVE_ENDPWENT
        !           154: 
        !           155: /* Define if you have the fchdir function.  */
        !           156: #undef HAVE_FCHDIR
        !           157: 
        !           158: /* Define if you have the ftime function.  */
        !           159: #undef HAVE_FTIME
        !           160: 
        !           161: /* Define if you have the ftruncate function.  */
        !           162: #undef HAVE_FTRUNCATE
        !           163: 
1.1       root      164: /* Define if you have the getcwd function.  */
                    165: #undef HAVE_GETCWD
                    166: 
1.1.1.3 ! root      167: /* Define if you have the getmntinfo function.  */
        !           168: #undef HAVE_GETMNTINFO
        !           169: 
1.1       root      170: /* Define if you have the getopt function.  */
                    171: #undef HAVE_GETOPT
                    172: 
                    173: /* Define if you have the gettimeofday function.  */
                    174: #undef HAVE_GETTIMEOFDAY
                    175: 
1.1.1.3 ! root      176: /* Define if you have the isascii function.  */
        !           177: #undef HAVE_ISASCII
        !           178: 
        !           179: /* Define if you have the lchown function.  */
        !           180: #undef HAVE_LCHOWN
        !           181: 
        !           182: /* Define if you have the listmntent function.  */
        !           183: #undef HAVE_LISTMNTENT
        !           184: 
        !           185: /* Define if you have the memcpy function.  */
        !           186: #undef HAVE_MEMCPY
        !           187: 
1.1       root      188: /* Define if you have the mkdir function.  */
                    189: #undef HAVE_MKDIR
                    190: 
1.1.1.3 ! root      191: /* Define if you have the mkfifo function.  */
        !           192: #undef HAVE_MKFIFO
        !           193: 
1.1       root      194: /* Define if you have the readdir_r function.  */
                    195: #undef HAVE_READDIR_R
                    196: 
                    197: /* Define if you have the rmdir function.  */
                    198: #undef HAVE_RMDIR
                    199: 
                    200: /* Define if you have the select function.  */
                    201: #undef HAVE_SELECT
                    202: 
                    203: /* Define if you have the sigaction function.  */
                    204: #undef HAVE_SIGACTION
                    205: 
1.1.1.3 ! root      206: /* Define if you have the strchr function.  */
        !           207: #undef HAVE_STRCHR
1.1       root      208: 
                    209: /* Define if you have the strdup function.  */
                    210: #undef HAVE_STRDUP
                    211: 
                    212: /* Define if you have the strerror function.  */
                    213: #undef HAVE_STRERROR
                    214: 
1.1.1.3 ! root      215: /* Define if you have the strrchr function.  */
        !           216: #undef HAVE_STRRCHR
        !           217: 
1.1       root      218: /* Define if you have the strstr function.  */
                    219: #undef HAVE_STRSTR
                    220: 
                    221: /* Define if you have the tcgetattr function.  */
                    222: #undef HAVE_TCGETATTR
                    223: 
1.1.1.3 ! root      224: /* Define if you have the vfprintf function.  */
        !           225: #undef HAVE_VFPRINTF
        !           226: 
        !           227: /* Define if you have the vprintf function.  */
        !           228: #undef HAVE_VPRINTF
        !           229: 
        !           230: /* Define if you have the vsprintf function.  */
        !           231: #undef HAVE_VSPRINTF
        !           232: 
1.1       root      233: /* Define if you have the <curses.h> header file.  */
                    234: #undef HAVE_CURSES_H
                    235: 
1.1.1.3 ! root      236: /* Define if you have the <cybergraphx/cybergraphics.h> header file.  */
        !           237: #undef HAVE_CYBERGRAPHX_CYBERGRAPHICS_H
        !           238: 
        !           239: /* Define if you have the <ddraw.h> header file.  */
        !           240: #undef HAVE_DDRAW_H
        !           241: 
        !           242: /* Define if you have the <devices/ahi.h> header file.  */
        !           243: #undef HAVE_DEVICES_AHI_H
        !           244: 
1.1       root      245: /* Define if you have the <dirent.h> header file.  */
                    246: #undef HAVE_DIRENT_H
                    247: 
                    248: /* Define if you have the <fcntl.h> header file.  */
                    249: #undef HAVE_FCNTL_H
                    250: 
                    251: /* Define if you have the <features.h> header file.  */
                    252: #undef HAVE_FEATURES_H
                    253: 
                    254: /* Define if you have the <getopt.h> header file.  */
                    255: #undef HAVE_GETOPT_H
                    256: 
                    257: /* Define if you have the <ggi/libggi.h> header file.  */
                    258: #undef HAVE_GGI_LIBGGI_H
                    259: 
1.1.1.3 ! root      260: /* Define if you have the <libraries/cybergraphics.h> header file.  */
        !           261: #undef HAVE_LIBRARIES_CYBERGRAPHICS_H
        !           262: 
        !           263: /* Define if you have the <machine/joystick.h> header file.  */
        !           264: #undef HAVE_MACHINE_JOYSTICK_H
        !           265: 
1.1       root      266: /* Define if you have the <machine/soundcard.h> header file.  */
                    267: #undef HAVE_MACHINE_SOUNDCARD_H
                    268: 
1.1.1.3 ! root      269: /* Define if you have the <mntent.h> header file.  */
        !           270: #undef HAVE_MNTENT_H
        !           271: 
        !           272: /* Define if you have the <mnttab.h> header file.  */
        !           273: #undef HAVE_MNTTAB_H
        !           274: 
1.1       root      275: /* Define if you have the <ncurses.h> header file.  */
                    276: #undef HAVE_NCURSES_H
                    277: 
                    278: /* Define if you have the <ndir.h> header file.  */
                    279: #undef HAVE_NDIR_H
                    280: 
                    281: /* Define if you have the <posix_opt.h> header file.  */
                    282: #undef HAVE_POSIX_OPT_H
                    283: 
                    284: /* Define if you have the <string.h> header file.  */
                    285: #undef HAVE_STRING_H
                    286: 
                    287: /* Define if you have the <strings.h> header file.  */
                    288: #undef HAVE_STRINGS_H
                    289: 
                    290: /* Define if you have the <sun/audioio.h> header file.  */
                    291: #undef HAVE_SUN_AUDIOIO_H
                    292: 
                    293: /* Define if you have the <sys/audioio.h> header file.  */
                    294: #undef HAVE_SYS_AUDIOIO_H
                    295: 
                    296: /* Define if you have the <sys/dir.h> header file.  */
                    297: #undef HAVE_SYS_DIR_H
                    298: 
1.1.1.3 ! root      299: /* Define if you have the <sys/filsys.h> header file.  */
        !           300: #undef HAVE_SYS_FILSYS_H
        !           301: 
        !           302: /* Define if you have the <sys/fs/s5param.h> header file.  */
        !           303: #undef HAVE_SYS_FS_S5PARAM_H
        !           304: 
        !           305: /* Define if you have the <sys/fs_types.h> header file.  */
        !           306: #undef HAVE_SYS_FS_TYPES_H
        !           307: 
        !           308: /* Define if you have the <sys/fstyp.h> header file.  */
        !           309: #undef HAVE_SYS_FSTYP_H
        !           310: 
1.1       root      311: /* Define if you have the <sys/ioctl.h> header file.  */
                    312: #undef HAVE_SYS_IOCTL_H
                    313: 
                    314: /* Define if you have the <sys/ipc.h> header file.  */
                    315: #undef HAVE_SYS_IPC_H
                    316: 
                    317: /* Define if you have the <sys/mount.h> header file.  */
                    318: #undef HAVE_SYS_MOUNT_H
                    319: 
                    320: /* Define if you have the <sys/ndir.h> header file.  */
                    321: #undef HAVE_SYS_NDIR_H
                    322: 
                    323: /* Define if you have the <sys/param.h> header file.  */
                    324: #undef HAVE_SYS_PARAM_H
                    325: 
                    326: /* Define if you have the <sys/shm.h> header file.  */
                    327: #undef HAVE_SYS_SHM_H
                    328: 
                    329: /* Define if you have the <sys/soundcard.h> header file.  */
                    330: #undef HAVE_SYS_SOUNDCARD_H
                    331: 
                    332: /* Define if you have the <sys/stat.h> header file.  */
                    333: #undef HAVE_SYS_STAT_H
                    334: 
                    335: /* Define if you have the <sys/statfs.h> header file.  */
                    336: #undef HAVE_SYS_STATFS_H
                    337: 
                    338: /* Define if you have the <sys/statvfs.h> header file.  */
                    339: #undef HAVE_SYS_STATVFS_H
                    340: 
                    341: /* Define if you have the <sys/termios.h> header file.  */
                    342: #undef HAVE_SYS_TERMIOS_H
                    343: 
                    344: /* Define if you have the <sys/time.h> header file.  */
                    345: #undef HAVE_SYS_TIME_H
                    346: 
                    347: /* Define if you have the <sys/types.h> header file.  */
                    348: #undef HAVE_SYS_TYPES_H
                    349: 
1.1.1.3 ! root      350: /* Define if you have the <sys/utime.h> header file.  */
        !           351: #undef HAVE_SYS_UTIME_H
        !           352: 
1.1       root      353: /* Define if you have the <sys/vfs.h> header file.  */
                    354: #undef HAVE_SYS_VFS_H
                    355: 
                    356: /* Define if you have the <unistd.h> header file.  */
                    357: #undef HAVE_UNISTD_H
                    358: 
                    359: /* Define if you have the <utime.h> header file.  */
                    360: #undef HAVE_UTIME_H
                    361: 
                    362: /* Define if you have the <values.h> header file.  */
                    363: #undef HAVE_VALUES_H
1.1.1.3 ! root      364: 
        !           365: /* Define if you have the <windows.h> header file.  */
        !           366: #undef HAVE_WINDOWS_H

unix.superglobalmegacorp.com

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