diff options
| author | Gisle Vanem <gvanem@broadpark.no> | 2006-10-15 19:41:15 +0000 | 
|---|---|---|
| committer | Gisle Vanem <gvanem@broadpark.no> | 2006-10-15 19:41:15 +0000 | 
| commit | 97eb62aff8c0a512e357bc205286f304c09c80e6 (patch) | |
| tree | 95c599186c8155c929020793c02330f0df8f4257 /lib | |
| parent | 1855fc35f21c30307e6ae71ca0511f1c654b70a4 (diff) | |
Rearranged target HAVE_x section.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/config.dos | 11 | 
1 files changed, 4 insertions, 7 deletions
diff --git a/lib/config.dos b/lib/config.dos index 405399f87..9bccdb956 100644 --- a/lib/config.dos +++ b/lib/config.dos @@ -109,10 +109,11 @@  #define ssize_t    int  #endif +#define CURL_CA_BUNDLE  getenv("CURL_CA_BUNDLE") +  /* Target HAVE_x section   */  #if defined(DJGPP) -  #define CURL_CA_BUNDLE  "/dev/env/CURL_CA_BUNDLE"    #define HAVE_BASENAME   1    #define HAVE_STRCASECMP 1    #define HAVE_SIGACTION  1 @@ -127,15 +128,11 @@    #if (DJGPP_MINOR < 4)      #define _MPRINTF_REPLACE    #endif -#else -  #define CURL_CA_BUNDLE  getenv("CURL_CA_BUNDLE") -#endif -#if defined(__WATCOMC__) +#elif defined(__WATCOMC__)    #define HAVE_STRCASECMP 1 -#endif -#if defined(__HIGHC__) +#elif defined(__HIGHC__)    #define HAVE_SYS_TIME_H 1  #endif  | 
