]> granicus.if.org Git - curl/commitdiff
avoid possibility of using obsoleted stuff
authorYang Tse <yangsita@gmail.com>
Tue, 2 Feb 2010 12:39:10 +0000 (12:39 +0000)
committerYang Tse <yangsita@gmail.com>
Tue, 2 Feb 2010 12:39:10 +0000 (12:39 +0000)
tests/libtest/test.h
tests/server/getpart.c
tests/server/resolve.c
tests/server/rtspd.c
tests/server/sockfilt.c
tests/server/sws.c
tests/server/testpart.c
tests/server/tftpd.c
tests/server/util.c

index 66416b42a6e3a3a830c0f826d11a442bf1d8c2d7..202ca7ba4ccbf41b70de9d7763afd442796536ec 100644 (file)
@@ -13,6 +13,8 @@
    need both of them in the include path), so that we get good in-depth
    knowledge about the system we're building this on */
 
+#define CURL_NO_OLDIES
+
 #include "setup.h"
 
 #include <curl/curl.h>
index d946e0f7bdda58631cebd01b4727707793749bf7..59cb4ab4cccae5b47fecfe02fbfde212be60babe 100644 (file)
@@ -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
@@ -21,6 +21,8 @@
  * $Id$
  ***************************************************************************/
 
+#define CURL_NO_OLDIES
+
 #include "setup.h"
 
 #include "getpart.h"
index 9096f47c2c3fbad8dcfdf6dc7059c684dd2b3b06..3092b8cbcdc41749b9c1717d1503e320fa8de719 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2008, 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
@@ -30,6 +30,9 @@
  * Like if 'localhost' actual exists etc.
  *
  */
+
+#define CURL_NO_OLDIES
+
 #include "setup.h" /* portability help from the lib directory */
 
 #ifdef HAVE_SIGNAL_H
index 273fddb6118747f2a1d571fbb9d279d95805db97..6c3366bb4b9ddf0a7436ee2f212ba150b739dbf3 100644 (file)
@@ -27,6 +27,8 @@
  * This source file was started based on curl's HTTP test suite server.
  */
 
+#define CURL_NO_OLDIES
+
 #include "setup.h" /* portability help from the lib directory */
 
 #ifdef HAVE_SIGNAL_H
index 7964ce9294461f0f50673c52dd21e5277830ae0f..15993a5ab84ec1f48794ffb9ae00a9af2af7bec4 100644 (file)
@@ -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
@@ -80,6 +80,8 @@
  * if no signal was being ignored or handled at all.  Enjoy it!
  */
 
+#define CURL_NO_OLDIES
+
 #include "setup.h" /* portability help from the lib directory */
 
 #ifdef HAVE_SIGNAL_H
index 9b6d9da9aad198d027bffc5a2cca60a4d27eec28..62721b1bc9e6c53a8950ba72c5501519fd7f4722 100644 (file)
@@ -27,6 +27,9 @@
    Wilke. Thanks a bunch!
 
  */
+
+#define CURL_NO_OLDIES
+
 #include "setup.h" /* portability help from the lib directory */
 
 #ifdef HAVE_SIGNAL_H
index df0d1aa8f3b34bc6c2b4a17f2f6a49af78406d00..d2be529dec7f5d5ad56d7b80c51eee7a6b493b78 100644 (file)
@@ -5,7 +5,7 @@
  *                            | (__| |_| |  _ <| |___
  *                             \___|\___/|_| \_\_____|
  *
- * Copyright (C) 1998 - 2008, 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
@@ -21,6 +21,8 @@
  * $Id$
  ***************************************************************************/
 
+#define CURL_NO_OLDIES
+
 #include "setup.h"
 
 #include "getpart.h"
index cf09792545361a12f4f785828d1a954ef9de51fd..eefeb3ea43beb9ab662c6f0a5a3a3329c86899da 100644 (file)
@@ -48,6 +48,8 @@
  * SUCH DAMAGE.
  */
 
+#define CURL_NO_OLDIES
+
 #include "setup.h" /* portability help from the lib directory */
 
 #ifdef HAVE_SYS_IOCTL_H
index 9db735d4c10988f8420d418f2215b875f8cb2e73..e8d20ebbdd5a7b605f860970f8d1c11b1557e2b2 100644 (file)
@@ -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