mirror of
https://github.com/curl/curl.git
synced 2026-07-23 14:57:19 +03:00
simplified and better commented config.h include logic
This commit is contained in:
parent
e2b6a45cfa
commit
abd7e32c66
1 changed files with 5 additions and 7 deletions
12
lib/setup.h
12
lib/setup.h
|
|
@ -38,14 +38,13 @@
|
|||
#endif
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
||||
#ifdef VMS
|
||||
#include "config-vms.h"
|
||||
#else
|
||||
#include "config.h" /* the configure script results */
|
||||
#endif
|
||||
|
||||
#else
|
||||
#ifdef VMS
|
||||
/* hand-modified VMS config.h! */
|
||||
#include "config-vms.h"
|
||||
#endif
|
||||
#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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue