diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-02 09:13:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-02 09:13:28 +0000 |
commit | 9f437269fb0b8ccb3311da268e985fea122bc8b8 (patch) | |
tree | 0f4b775b62a358612d841f4361af6c896c72e1ac /src | |
parent | 45391178c9d895315f91ccd147a6f1f33c1706b4 (diff) |
Define CURL_NO_OLDIES to prevent us from getting obsolete stuff defined.
Diffstat (limited to 'src')
-rw-r--r-- | src/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 340a46a4b..8c6970ab2 100644 --- a/src/setup.h +++ b/src/setup.h @@ -23,6 +23,8 @@ * $Id$ ***************************************************************************/ +#define CURL_NO_OLDIES + #if !defined(WIN32) && defined(__WIN32__) /* Borland fix */ #define WIN32 |