X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=lib%2Fconfig-win32ce.h;h=a8ab0d34e20dea7f9ce82503c37bdaaea83bbe38;hb=7b6dca47a42828c0ae87eab0d8b68f97d1495b67;hp=a723fd18878d2e1958517cfa54addfbfff71fc88;hpb=8a08705db260779441360e959b97b6c172f8acb0;p=platform%2Fupstream%2Fcurl.git diff --git a/lib/config-win32ce.h b/lib/config-win32ce.h index a723fd1..a8ab0d3 100644 --- a/lib/config-win32ce.h +++ b/lib/config-win32ce.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2015, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2012, 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 @@ -409,7 +409,7 @@ /* LDAP SUPPORT */ /* ---------------------------------------------------------------- */ -#define USE_WIN32_LDAP 1 +#define CURL_LDAP_WIN 1 #undef HAVE_LDAP_URL_PARSE /* ---------------------------------------------------------------- */ @@ -443,6 +443,6 @@ #define ENOMEM 2 #define EAGAIN 3 -extern int stat(const char *path, struct stat *buffer); +extern int stat(const char *path,struct stat *buffer ); #endif /* HEADER_CURL_CONFIG_WIN32CE_H */