diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:52:00 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-09 17:52:00 +0100 |
commit | 4b29d3b3d3753566ddfb74e8ee0c03e3c840408f (patch) | |
tree | e2163285e80c69b78b823ec4bc8da4daf71faed1 /FICS/stdinclude.h | |
parent | 75f9248390995a14ec03b8732fc5d7a529d1e19a (diff) |
Deleted preprocessor if-else
Diffstat (limited to 'FICS/stdinclude.h')
-rw-r--r-- | FICS/stdinclude.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/FICS/stdinclude.h b/FICS/stdinclude.h index 1c31c56..5d1ae59 100644 --- a/FICS/stdinclude.h +++ b/FICS/stdinclude.h @@ -27,26 +27,8 @@ #include <sys/types.h> -/* These are included into every .c file */ -#if defined(SYSTEM_SUN5) -#define USE_RLIMIT -#define USE_TIMES -#define USE_WAITPID -#define GOOD_STDIO -#define NO_TM_ZONE -#include <string.h> -#include <dirent.h> -#include <unistd.h> -#include <fcntl.h> -#include <sys/filio.h> -#include <netinet/in.h> -#include <arpa/inet.h> -#define direct dirent - -#else #include <strings.h> #include <sys/dir.h> -#endif #include <sys/stat.h> #include <stdio.h> |