diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:49:22 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:49:22 +0100 |
commit | 75f9248390995a14ec03b8732fc5d7a529d1e19a (patch) | |
tree | 3a1fd4d2c95f1420e6b2fe9df12296f5bb7cddd3 /FICS/stdinclude.h | |
parent | 44389a1bc21b6a90f49cc702a49e27110d3fdf26 (diff) |
Deleted lines
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r-- | FICS/stdinclude.h | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index 22ae2ec..1c31c56 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -27,39 +27,6 @@ #include <sys/types.h> -/* Set up system specific defines */ -#if defined(SYSTEM_NEXT) - -#define HASMALLOCSIZE -#include <sys/vfs.h> - -#elif defined(SYSTEM_ULTRIX) - -#include <sys/param.h> -#include <sys/mount.h> - -#endif - -#ifdef SYSTEM_USL -# define NO_TM_ZONE -#endif - -#ifdef SYSTEM_SUN4 -# define USE_VARARGS -#endif - -#ifdef SGI -#define _BSD_SIGNALS -#include <fcntl.h> -#include <bstring.h> -#endif - -#if defined(SYSTEM_RS6K) -#include <sys/select.h> -#include <dirent.h> -#define USE_DIRENT -#endif - /* These are included into every .c file */ #if defined(SYSTEM_SUN5) #define USE_RLIMIT |