You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

config.h.win32 2.7 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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. /* config.h.win32 Generated by configure. */
  12. #define PACKAGE_STRING "JSON C Library 0.2"
  13. #define PACKAGE_BUGREPORT "michael@metaparadigm.com"
  14. #define PACKAGE_NAME "JSON C Library"
  15. #define PACKAGE_TARNAME "json-c"
  16. #define PACKAGE_VERSION "0.2"
  17. /* config.h.in. Generated from configure.ac by autoheader. */
  18. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  19. /* #undef HAVE_DOPRNT */
  20. /* Define to 1 if you have the <fcntl.h> header file. */
  21. #define HAVE_FCNTL_H 1
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #define HAVE_INTTYPES_H 1
  24. /* Define to 1 if you have the <limits.h> header file. */
  25. #define HAVE_LIMITS_H 1
  26. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  27. to 0 otherwise. */
  28. #define HAVE_MALLOC 1
  29. /* Define to 1 if you have the <memory.h> header file. */
  30. #define HAVE_MEMORY_H 1
  31. /* Define to 1 if you have the `open' function. */
  32. #undef HAVE_OPEN
  33. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  34. and to 0 otherwise. */
  35. #define HAVE_REALLOC 1
  36. /* Define to 1 if you have the <stdint.h> header file. */
  37. #define HAVE_STDINT_H 1
  38. /* Define to 1 if you have the <stdlib.h> header file. */
  39. #define HAVE_STDLIB_H 1
  40. /* Define to 1 if you have the `strdup' function. */
  41. #undef HAVE_STRNDUP
  42. /* Define to 1 if you have the <stdarg.h> header file. */
  43. #define HAVE_STDARG_H 1
  44. /* Define to 1 if you have the `strerror' function. */
  45. #define HAVE_STRERROR 1
  46. /* Define to 1 if you have the <strings.h> header file. */
  47. #undef HAVE_STRINGS_H
  48. /* Define to 1 if you have the <string.h> header file. */
  49. #define HAVE_STRING_H 1
  50. /* Define to 1 if you have the <syslog.h> header file. */
  51. #undef HAVE_SYSLOG_H
  52. /* Define to 1 if you have the <sys/param.h> header file. */
  53. #undef HAVE_SYS_PARAM_H
  54. /* Define to 1 if you have the <sys/stat.h> header file. */
  55. #define HAVE_SYS_STAT_H 1
  56. /* Define to 1 if you have the <sys/types.h> header file. */
  57. #define HAVE_SYS_TYPES_H 1
  58. /* Define to 1 if you have the <unistd.h> header file. */
  59. #undef HAVE_UNISTD_H
  60. /* Define to 1 if you have the `vprintf' function. */
  61. #undef HAVE_VPRINTF
  62. /* Define to 1 if you have the `vsyslog' function. */
  63. #undef HAVE_VSYSLOG
  64. /* Define to 1 if you have the `strncasecmp' function. */
  65. #undef HAVE_STRNCASECMP
  66. /* Define to 1 if you have the ANSI C header files. */
  67. #define STDC_HEADERS 1

No Description

Contributors (1)