From d5df52f05ee116b1b249b963f496077cb3eebcea Mon Sep 17 00:00:00 2001 From: Toni Wilen Date: Tue, 10 Jan 2017 20:27:57 +0200 Subject: [PATCH] Removed unused defines. --- include/sysdeps.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/sysdeps.h b/include/sysdeps.h index c95aed82..f8d9218d 100644 --- a/include/sysdeps.h +++ b/include/sysdeps.h @@ -146,10 +146,6 @@ using namespace std; #include #include -#if EEXIST == ENOTEMPTY -#define BROKEN_OS_PROBABLY_AIX -#endif - #ifdef __NeXT__ #define S_IRUSR S_IREAD #define S_IWUSR S_IWRITE @@ -162,10 +158,6 @@ struct utimbuf }; #endif -#ifndef L_tmpnam -#define L_tmpnam 128 /* ought to be safe */ -#endif - /* If char has more then 8 bits, good night. */ typedef unsigned char uae_u8; typedef signed char uae_s8; -- 2.47.3