mirror of
https://github.com/curl/curl.git
synced 2026-07-28 20:43:07 +03:00
avoid possibility of using obsoleted stuff
This commit is contained in:
parent
bafba6946c
commit
232d17ec64
9 changed files with 26 additions and 5 deletions
|
|
@ -5,7 +5,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2010, 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
|
||||
|
|
@ -20,6 +20,9 @@
|
|||
*
|
||||
* $Id$
|
||||
***************************************************************************/
|
||||
|
||||
#define CURL_NO_OLDIES
|
||||
|
||||
#include "setup.h" /* portability help from the lib directory */
|
||||
|
||||
#ifdef HAVE_SIGNAL_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue