From b4d76cd66c47186fe0595452b4e315f0d359828a Mon Sep 17 00:00:00 2001 From: Frode Solheim Date: Fri, 1 Aug 2025 22:09:02 +0200 Subject: [PATCH] Removed a few no longer referenced defines from sysconfig.h --- od-win32/sysconfig.h | 50 -------------------------------------------- 1 file changed, 50 deletions(-) diff --git a/od-win32/sysconfig.h b/od-win32/sysconfig.h index 4e34064f..074d10ca 100644 --- a/od-win32/sysconfig.h +++ b/od-win32/sysconfig.h @@ -217,9 +217,6 @@ typedef long uae_atomic; /* Define if your struct stat has st_blocks. */ /* #undef HAVE_ST_BLOCKS */ -/* Define if utime(file, NULL) sets file's timestamp to the present. */ -#define HAVE_UTIME_NULL 1 - /* Define as __inline if that's what the C compiler calls it. */ /* #undef inline */ #define __inline__ __inline @@ -235,15 +232,9 @@ typedef long uae_atomic; /* Define to `int' if doesn't define. */ /* #undef pid_t */ -/* Define if you need to in order for stat and other things to work. */ -/* #undef _POSIX_SOURCE */ - /* Define as the return type of signal handlers (int or void). */ #define RETSIGTYPE void -/* Define if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - /* Define if you can safely include both and . */ #ifdef __GNUC__ #define TIME_WITH_SYS_TIME 1 @@ -256,9 +247,6 @@ typedef long uae_atomic; /* Define if your declares struct tm. */ /* #undef TM_IN_SYS_TIME */ -/* Define if the X Window System is missing or not being used. */ -#define X_DISPLAY_MISSING 1 - /* Define if you have the Andrew File System. */ /* #undef AFS */ @@ -420,18 +408,12 @@ typedef long uae_atomic; /* Define if you have the mkfifo function. */ /* #undef HAVE_MKFIFO */ -/* Define if you have the readdir_r function. */ -/* #undef HAVE_READDIR_R */ - /* Define if you have the rmdir function. */ #define HAVE_RMDIR 1 /* Define if you have the select function. */ /* #undef HAVE_SELECT */ -/* Define if you have the sigaction function. */ -/* #undef HAVE_SIGACTION */ - /* Define if you have the strchr function. */ /* #undef HAVE_STRCHR */ @@ -459,20 +441,6 @@ typedef long uae_atomic; /* Define if you have the vsprintf function. */ #define HAVE_VSPRINTF 1 -/* 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. */ -#ifndef _WIN32_WCE -#define HAVE_DDRAW_H 1 -#endif - -/* Define if you have the header file. */ -/* #undef HAVE_DEVICES_AHI_H */ - /* Define if you have the header file. */ /* #define HAVE_DIRENT_H 1 */ @@ -481,12 +449,6 @@ typedef long uae_atomic; #define HAVE_FCNTL_H 1 #endif -/* Define if you have the header file. */ -/* #undef HAVE_FEATURES_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_GETOPT_H */ - /* Define if you have the header file. */ /* #undef HAVE_GGI_LIBGGI_H */ @@ -537,12 +499,6 @@ typedef long uae_atomic; /* 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 */ @@ -558,12 +514,6 @@ typedef long uae_atomic; /* Define if you have the header file. */ /* #undef HAVE_SYS_PARAM_H */ -/* Define if you have the header file. */ -/* #undef HAVE_SYS_SHM_H */ - -/* Define if you have the header file. */ -/* #undef HAVE_SYS_SOUNDCARD_H */ - /* Define if you have the header file. */ #ifndef _WIN32_WCE #define HAVE_SYS_STAT_H 1 -- 2.47.3