diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-05-22 09:05:10 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-05-22 09:05:10 +0200 |
commit | e4a7b7d1da227f344e7f68a1e09bbe93be7089c5 (patch) | |
tree | 53729327ec1b72cbb7192136dad244b8344bbc80 /lib/curl_setup.h | |
parent | fab9629133025e2d9517334535908200802b5e96 (diff) | |
download | curl-bagder/remove-curlbuild.tar.gz |
includes: remove curl/curlbuild.h and curl/curlrules.hbagder/remove-curlbuild
Rely entirely on curl/system.h now.
Introduced in Aug 2008 with commit 14240e9e109f. Now gone.
Fixes #1456
Diffstat (limited to 'lib/curl_setup.h')
-rw-r--r-- | lib/curl_setup.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/curl_setup.h b/lib/curl_setup.h index d22997cc9..6391dd6c8 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2017, 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 @@ -191,7 +191,7 @@ /* ================================================================ */ /* No system header file shall be included in this file before this */ -/* point. The only allowed ones are those included from curlbuild.h */ +/* point. The only allowed ones are those included from curl/system.h */ /* ================================================================ */ /* |