--- uae/src/sysconfig.h.in 2018/04/24 16:40:51 1.1.1.2 +++ uae/src/sysconfig.h.in 2018/04/24 16:42:03 1.1.1.3 @@ -10,6 +10,9 @@ /* Define to empty if the keyword does not work. */ #undef const +/* Define if you have the getmntent function. */ +#undef HAVE_GETMNTENT + /* Define if your struct stat has st_blocks. */ #undef HAVE_ST_BLOCKS @@ -46,6 +49,82 @@ /* Define if the X Window System is missing or not being used. */ #undef X_DISPLAY_MISSING +/* Define if you have the Andrew File System. */ +#undef AFS + +/* Define if there is no specific function for reading the list of + mounted filesystems. fread will be used to read /etc/mnttab. [SVR2] */ +#undef MOUNTED_FREAD + +/* Define if (like SVR2) there is no specific function for reading the + list of mounted filesystems, and your system has these header files: + and . [SVR3] */ +#undef MOUNTED_FREAD_FSTYP + +/* Define if there is a function named getfsstat for reading the list + of mounted filesystems. [DEC Alpha running OSF/1] */ +#undef MOUNTED_GETFSSTAT + +/* Define if there is a function named getmnt for reading the list of + mounted filesystems. [Ultrix] */ +#undef MOUNTED_GETMNT + +/* Define if there is a function named getmntent for reading the list + of mounted filesystems, and that function takes a single argument. + [4.3BSD, SunOS, HP-UX, Dynix, Irix] */ +#undef MOUNTED_GETMNTENT1 + +/* Define if there is a function named getmntent for reading the list of + mounted filesystems, and that function takes two arguments. [SVR4] */ +#undef MOUNTED_GETMNTENT2 + +/* Define if there is a function named getmntinfo for reading the list + of mounted filesystems. [4.4BSD] */ +#undef MOUNTED_GETMNTINFO + +/* Define if there is a function named listmntent that can be used to + list all mounted filesystems. [UNICOS] */ +#undef MOUNTED_LISTMNTENT + +/* Define if there is a function named mntctl that can be used to read + the list of mounted filesystems, and there is a system header file + that declares `struct vmount.' [AIX] */ +#undef MOUNTED_VMOUNT + +/* Define if statfs takes 3 args. [DEC Alpha running OSF/1] */ +#undef STAT_STATFS3_OSF1 + +/* Define if there is no specific function for reading filesystems usage + information and you have the header file. [SVR2] */ +#undef STAT_READ_FILSYS + +/* Define if statfs takes 2 args and struct statfs has a field named f_bsize. + [4.3BSD, SunOS 4, HP-UX, AIX PS/2] */ +#undef STAT_STATFS2_BSIZE + +/* Define if statfs takes 2 args and struct statfs has a field named f_fsize. + [4.4BSD, NetBSD] */ +#undef STAT_STATFS2_FSIZE + +/* Define if statfs takes 2 args and the second argument has + type struct fs_data. [Ultrix] */ +#undef STAT_STATFS2_FS_DATA + +/* Define if statfs takes 4 args. [SVR3, Dynix, Irix, Dolphin] */ +#undef STAT_STATFS4 + +/* Define if there is a function named statvfs. [SVR4] */ +#undef STAT_STATVFS + +/* Define if the block counts reported by statfs may be truncated to 2GB + and the correct values may be stored in the f_spare array. + [SunOS 4.1.2, 4.1.3, and 4.1.3_U1 are reported to have this problem. + SunOS 4.1.1 seems not to be affected.] */ +#undef STATFS_TRUNCATES_BLOCK_COUNTS + +/* The number of bytes in a __int64. */ +#undef SIZEOF___INT64 + /* The number of bytes in a char. */ #undef SIZEOF_CHAR @@ -61,21 +140,57 @@ /* The number of bytes in a short. */ #undef SIZEOF_SHORT +/* Define if you have the bcopy function. */ +#undef HAVE_BCOPY + /* Define if you have the cfmakeraw function. */ #undef HAVE_CFMAKERAW +/* Define if you have the endgrent function. */ +#undef HAVE_ENDGRENT + +/* Define if you have the endpwent function. */ +#undef HAVE_ENDPWENT + +/* Define if you have the fchdir function. */ +#undef HAVE_FCHDIR + +/* Define if you have the ftime function. */ +#undef HAVE_FTIME + +/* Define if you have the ftruncate function. */ +#undef HAVE_FTRUNCATE + /* Define if you have the getcwd function. */ #undef HAVE_GETCWD +/* Define if you have the getmntinfo function. */ +#undef HAVE_GETMNTINFO + /* Define if you have the getopt function. */ #undef HAVE_GETOPT /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY +/* Define if you have the isascii function. */ +#undef HAVE_ISASCII + +/* Define if you have the lchown function. */ +#undef HAVE_LCHOWN + +/* Define if you have the listmntent function. */ +#undef HAVE_LISTMNTENT + +/* Define if you have the memcpy function. */ +#undef HAVE_MEMCPY + /* Define if you have the mkdir function. */ #undef HAVE_MKDIR +/* Define if you have the mkfifo function. */ +#undef HAVE_MKFIFO + /* Define if you have the readdir_r function. */ #undef HAVE_READDIR_R @@ -88,8 +203,8 @@ /* Define if you have the sigaction function. */ #undef HAVE_SIGACTION -/* Define if you have the statfs function. */ -#undef HAVE_STATFS +/* Define if you have the strchr function. */ +#undef HAVE_STRCHR /* Define if you have the strdup function. */ #undef HAVE_STRDUP @@ -97,15 +212,36 @@ /* Define if you have the strerror function. */ #undef HAVE_STRERROR +/* Define if you have the strrchr function. */ +#undef HAVE_STRRCHR + /* Define if you have the strstr function. */ #undef HAVE_STRSTR /* Define if you have the tcgetattr function. */ #undef HAVE_TCGETATTR +/* Define if you have the vfprintf function. */ +#undef HAVE_VFPRINTF + +/* Define if you have the vprintf function. */ +#undef HAVE_VPRINTF + +/* Define if you have the vsprintf function. */ +#undef HAVE_VSPRINTF + /* Define if you have the header file. */ #undef HAVE_CURSES_H +/* Define if you have the header file. */ +#undef HAVE_CYBERGRAPHX_CYBERGRAPHICS_H + +/* Define if you have the header file. */ +#undef HAVE_DDRAW_H + +/* Define if you have the header file. */ +#undef HAVE_DEVICES_AHI_H + /* Define if you have the header file. */ #undef HAVE_DIRENT_H @@ -121,9 +257,21 @@ /* Define if you have the header file. */ #undef HAVE_GGI_LIBGGI_H +/* Define if you have the header file. */ +#undef HAVE_LIBRARIES_CYBERGRAPHICS_H + +/* Define if you have the header file. */ +#undef HAVE_MACHINE_JOYSTICK_H + /* Define if you have the header file. */ #undef HAVE_MACHINE_SOUNDCARD_H +/* Define if you have the header file. */ +#undef HAVE_MNTENT_H + +/* Define if you have the header file. */ +#undef HAVE_MNTTAB_H + /* Define if you have the header file. */ #undef HAVE_NCURSES_H @@ -148,6 +296,18 @@ /* Define if you have the header file. */ #undef HAVE_SYS_DIR_H +/* Define if you have the header file. */ +#undef HAVE_SYS_FILSYS_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_FS_S5PARAM_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_FS_TYPES_H + +/* Define if you have the header file. */ +#undef HAVE_SYS_FSTYP_H + /* Define if you have the header file. */ #undef HAVE_SYS_IOCTL_H @@ -163,9 +323,6 @@ /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H -/* Define if you have the header file. */ -#undef HAVE_SYS_SELECT_H - /* Define if you have the header file. */ #undef HAVE_SYS_SHM_H @@ -190,6 +347,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_UTIME_H + /* Define if you have the header file. */ #undef HAVE_SYS_VFS_H @@ -201,3 +361,6 @@ /* Define if you have the header file. */ #undef HAVE_VALUES_H + +/* Define if you have the header file. */ +#undef HAVE_WINDOWS_H