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
20/* config.h.in.  Generated from configure.ac by autoheader.  */
21
22/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
23/* #undef HAVE_DOPRNT */
24
25/* Define to 1 if you have the <fcntl.h> header file. */
26#define HAVE_FCNTL_H 1
27
28/* Define to 1 if you have the <inttypes.h> header file. */
29#define HAVE_INTTYPES_H 1
30
31/* Define to 1 if you have the <limits.h> header file. */
32#define HAVE_LIMITS_H 1
33
34/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
35   to 0 otherwise. */
36#define HAVE_MALLOC 1
37
38/* Define to 1 if you have the <memory.h> header file. */
39#define HAVE_MEMORY_H 1
40
41/* Define to 1 if you have the `open' function. */
42#undef HAVE_OPEN
43
44/* Define to 1 if your system has a GNU libc compatible `realloc' function,
45   and to 0 otherwise. */
46#define HAVE_REALLOC 1
47
48/* Define to 1 if you have the <stdint.h> header file. */
49#define HAVE_STDINT_H 1
50
51/* Define to 1 if you have the <stdlib.h> header file. */
52#define HAVE_STDLIB_H 1
53
54/* Define to 1 if you have the `strdup' function. */
55#undef HAVE_STRNDUP
56
57/* Define to 1 if you have the <stdarg.h> header file. */
58#define HAVE_STDARG_H 1
59
60/* Define to 1 if you have the `strerror' function. */
61#define HAVE_STRERROR 1
62
63/* Define to 1 if you have the <strings.h> header file. */
64#undef HAVE_STRINGS_H
65
66/* Define to 1 if you have the <string.h> header file. */
67#define HAVE_STRING_H 1
68
69/* Define to 1 if you have the <syslog.h> header file. */
70#undef HAVE_SYSLOG_H
71
72/* Define to 1 if you have the <sys/param.h> header file. */
73#undef HAVE_SYS_PARAM_H
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#define HAVE_SYS_STAT_H 1
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#define HAVE_SYS_TYPES_H 1
80
81/* Define to 1 if you have the <unistd.h> header file. */
82#undef HAVE_UNISTD_H
83
84/* Define to 1 if you have the `vprintf' function. */
85#undef HAVE_VPRINTF
86
87/* Define to 1 if you have the `vsyslog' function. */
88#undef HAVE_VSYSLOG
89
90/* Define to 1 if you have the `strncasecmp' function. */
91#undef HAVE_STRNCASECMP
92
93/* Define to 1 if you have the ANSI C header files. */
94#define STDC_HEADERS 1
95