Skip to content
Snippets Groups Projects
Commit abd7e32c authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

simplified and better commented config.h include logic

parent e2b6a45c
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment