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

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

unix.superglobalmegacorp.com

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