From 90080da5fefe943aec5aa0b9c08510dc1dd48be3 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Wed, 14 Sep 2011 11:27:12 +0200 Subject: curl tool: re-enable MemoryTracking capability on 'src' subdirectory files. Use same preprocessor logic for curl tool MemoryTracking activation in source files located in 'src' subdirectory as the one used for libcurl sources. --- src/curlutil.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/curlutil.h') diff --git a/src/curlutil.h b/src/curlutil.h index a993a775e..e0d9cb167 100644 --- a/src/curlutil.h +++ b/src/curlutil.h @@ -1,5 +1,5 @@ -#ifndef __CURL_SRC_UTIL_H -#define __CURL_SRC_UTIL_H +#ifndef HEADER_CURL_SRC_UTIL_H +#define HEADER_CURL_SRC_UTIL_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2007, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2011, Daniel Stenberg, , 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,7 +21,6 @@ * KIND, either express or implied. * ***************************************************************************/ - #include "setup.h" @@ -45,5 +44,5 @@ double cutil_tvdiff_secs(struct timeval t1, struct timeval t2); long cutil_tvlong(struct timeval t1); -#endif /* __CURL_SRC_UTIL_H */ +#endif /* HEADER_CURL_SRC_UTIL_H */ -- cgit v1.2.3