Loading lib/setup.h +4 −6 Original line number Diff line number Diff line Loading @@ -38,14 +38,13 @@ #endif #ifdef HAVE_CONFIG_H #include "config.h" /* the configure script results */ #endif #ifdef VMS /* hand-modified VMS config.h! */ #include "config-vms.h" #else #include "config.h" /* the configure script results */ #endif #else #ifdef WIN32 /* hand-modified win32 config.h! */ #include "config-win32.h" Loading @@ -55,11 +54,10 @@ #include "config-mac.h" #endif #ifdef AMIGA /* hand-modified AmigaOS config.h! */ #include "amigaos.h" #endif #endif #ifndef TRUE #define TRUE 1 #endif Loading Loading
lib/setup.h +4 −6 Original line number Diff line number Diff line Loading @@ -38,14 +38,13 @@ #endif #ifdef HAVE_CONFIG_H #include "config.h" /* the configure script results */ #endif #ifdef VMS /* hand-modified VMS config.h! */ #include "config-vms.h" #else #include "config.h" /* the configure script results */ #endif #else #ifdef WIN32 /* hand-modified win32 config.h! */ #include "config-win32.h" Loading @@ -55,11 +54,10 @@ #include "config-mac.h" #endif #ifdef AMIGA /* hand-modified AmigaOS config.h! */ #include "amigaos.h" #endif #endif #ifndef TRUE #define TRUE 1 #endif Loading