tizen 2.3 release
[external/json-c.git] / config.h.win32
1 /*
2  * $Id: config.h.win32,v 1.2 2006/01/26 02:16:28 mclark Exp $
3  *
4  * Copyright (c) 2004, 2005 Metaparadigm Pte. Ltd.
5  * Michael Clark <michael@metaparadigm.com>
6  *
7  * This library is free software; you can redistribute it and/or modify
8  * it under the terms of the MIT license. See COPYING for details.
9  *
10  */
11
12 /* config.h.win32  Generated by configure.  */
13
14 #define PACKAGE_STRING "JSON C Library 0.2"
15 #define PACKAGE_BUGREPORT "json-c@googlegroups.com"
16 #define PACKAGE_NAME "JSON C Library"
17 #define PACKAGE_TARNAME "json-c"
18 #define PACKAGE_VERSION "0.2"
19 \r
20 /* config.h.in.  Generated from configure.ac by autoheader.  */\r
21 \r
22 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */\r
23 /* #undef HAVE_DOPRNT */\r
24 \r
25 /* Define to 1 if you have the <fcntl.h> header file. */\r
26 #define HAVE_FCNTL_H 1\r
27 \r
28 /* Define to 1 if you have the <inttypes.h> header file. */\r
29 #define HAVE_INTTYPES_H 1\r
30 \r
31 /* Define to 1 if you have the <limits.h> header file. */\r
32 #define HAVE_LIMITS_H 1\r
33 \r
34 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and\r
35    to 0 otherwise. */\r
36 #define HAVE_MALLOC 1\r
37 \r
38 /* Define to 1 if you have the <memory.h> header file. */\r
39 #define HAVE_MEMORY_H 1\r
40 \r
41 /* Define to 1 if you have the `open' function. */\r
42 #undef HAVE_OPEN\r
43 \r
44 /* Define to 1 if your system has a GNU libc compatible `realloc' function,\r
45    and to 0 otherwise. */\r
46 #define HAVE_REALLOC 1
47
48 /* Define to 1 if you have the <stdint.h> header file. */\r
49 #define HAVE_STDINT_H 1\r
50 \r
51 /* Define to 1 if you have the <stdlib.h> header file. */\r
52 #define HAVE_STDLIB_H 1\r
53 \r
54 /* Define to 1 if you have the `strdup' function. */\r
55 #undef HAVE_STRNDUP\r
56 \r
57 /* Define to 1 if you have the <stdarg.h> header file. */\r
58 #define HAVE_STDARG_H 1\r
59 \r
60 /* Define to 1 if you have the `strerror' function. */\r
61 #define HAVE_STRERROR 1\r
62 \r
63 /* Define to 1 if you have the <strings.h> header file. */\r
64 #undef HAVE_STRINGS_H\r
65 \r
66 /* Define to 1 if you have the <string.h> header file. */\r
67 #define HAVE_STRING_H 1\r
68 \r
69 /* Define to 1 if you have the <syslog.h> header file. */\r
70 #undef HAVE_SYSLOG_H\r
71 \r
72 /* Define to 1 if you have the <sys/param.h> header file. */\r
73 #undef HAVE_SYS_PARAM_H\r
74 \r
75 /* Define to 1 if you have the <sys/stat.h> header file. */\r
76 #define HAVE_SYS_STAT_H 1\r
77 \r
78 /* Define to 1 if you have the <sys/types.h> header file. */\r
79 #define HAVE_SYS_TYPES_H 1\r
80 \r
81 /* Define to 1 if you have the <unistd.h> header file. */\r
82 #undef HAVE_UNISTD_H\r
83 \r
84 /* Define to 1 if you have the `vprintf' function. */\r
85 #undef HAVE_VPRINTF\r
86 \r
87 /* Define to 1 if you have the `vsyslog' function. */\r
88 #undef HAVE_VSYSLOG\r
89 \r
90 /* Define to 1 if you have the `strncasecmp' function. */\r
91 #undef HAVE_STRNCASECMP\r
92 \r
93 /* Define to 1 if you have the ANSI C header files. */\r
94 #define STDC_HEADERS 1