simplified and better commented config.h include logic

This commit is contained in:
Daniel Stenberg 2004-02-18 08:35:51 +00:00
parent e2b6a45cfa
commit abd7e32c66

View File

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