1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/third_party/curl/stdcheaders.h Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,34 @@ 1.4 +#ifndef __STDC_HEADERS_H 1.5 +#define __STDC_HEADERS_H 1.6 +/*************************************************************************** 1.7 + * _ _ ____ _ 1.8 + * Project ___| | | | _ \| | 1.9 + * / __| | | | |_) | | 1.10 + * | (__| |_| | _ <| |___ 1.11 + * \___|\___/|_| \_\_____| 1.12 + * 1.13 + * Copyright (C) 1998 - 2009, Daniel Stenberg, <daniel@haxx.se>, et al. 1.14 + * 1.15 + * This software is licensed as described in the file COPYING, which 1.16 + * you should have received as part of this distribution. The terms 1.17 + * are also available at http://curl.haxx.se/docs/copyright.html. 1.18 + * 1.19 + * You may opt to use, copy, modify, merge, publish, distribute and/or sell 1.20 + * copies of the Software, and permit persons to whom the Software is 1.21 + * furnished to do so, under the terms of the COPYING file. 1.22 + * 1.23 + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY 1.24 + * KIND, either express or implied. 1.25 + * 1.26 + * $Id: stdcheaders.h,v 1.9 2009-05-18 12:25:45 yangtse Exp $ 1.27 + ***************************************************************************/ 1.28 + 1.29 +#include <sys/types.h> 1.30 + 1.31 +size_t fread (void *, size_t, size_t, FILE *); 1.32 +size_t fwrite (const void *, size_t, size_t, FILE *); 1.33 + 1.34 +int strcasecmp(const char *, const char *); 1.35 +int strncasecmp(const char *, const char *, size_t); 1.36 + 1.37 +#endif