diff options
author | Colin Hogben <curl@pythontech.co.uk> | 2012-02-05 17:44:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-02-13 22:36:10 +0100 |
commit | 2b26eb98573a1402a8f39603b9fdaa9d04142c07 (patch) | |
tree | 2c1bec67d87918d5d05d25744b2408bed3b04e4a /src/tool_easysrc.h | |
parent | e71ac0c6fad6643ad99b5cf6f1d566dfb79990d2 (diff) | |
download | curl-2b26eb98573a1402a8f39603b9fdaa9d04142c07.tar.gz |
configure: add option disable --libcurl output
Diffstat (limited to 'src/tool_easysrc.h')
-rw-r--r-- | src/tool_easysrc.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/tool_easysrc.h b/src/tool_easysrc.h index 21b567458..8e81d5567 100644 --- a/src/tool_easysrc.h +++ b/src/tool_easysrc.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -22,6 +22,7 @@ * ***************************************************************************/ #include "setup.h" +#ifndef CURL_DISABLE_LIBCURL_OPTION /* global variable declarations, for easy-interface source code generation */ @@ -30,5 +31,7 @@ extern struct curl_slist *easysrc_remarks; void dumpeasysrc(struct Configurable *config); +#endif /* CURL_DISABLE_LIBCIRL_CMD */ + #endif /* HEADER_CURL_TOOL_EASYSRC_H */ |