config.h
上传用户:coffee44
上传日期:2018-10-23
资源大小:12304k
文件大小:3k
源码类别:

TAPI编程

开发平台:

Visual C++

  1. /* config.h.in.  Generated from configure.in by autoheader.  */
  2. /* Define to 1 if you have the <dlfcn.h> header file. */
  3. #undef HAVE_DLFCN_H
  4. /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
  5. #undef HAVE_DOPRNT
  6. /* Define to 1 if you have the <fcntl.h> header file. */
  7. #define HAVE_FCNTL_H 1
  8. /* Define to 1 if you have the <inttypes.h> header file. */
  9. #undef HAVE_INTTYPES_H
  10. /* Define to 1 if you have the <limits.h> header file. */
  11. #undef HAVE_LIMITS_H
  12. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  13.    to 0 otherwise. */
  14. #define HAVE_MALLOC  1
  15. /* Define to 1 if you have the <memory.h> header file. */
  16. #undef HAVE_MEMORY_H
  17. /* Define to 1 if you have the `open' function. */
  18. #define HAVE_OPEN 1
  19. /* Define to 1 if your system has a GNU libc compatible `realloc' function,
  20.    and to 0 otherwise. */
  21. #define HAVE_REALLOC 1
  22. /* Define to 1 if you have the <stdarg.h> header file. */
  23. #define HAVE_STDARG_H 1
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #define HAVE_STDINT_H
  26. /* Define to 1 if you have the <stdlib.h> header file. */
  27. #define HAVE_STDLIB_H
  28. /* Define to 1 if you have the `strerror' function. */
  29. #define HAVE_STRERROR
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #undef HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #undef HAVE_STRING_H
  34. /* Define to 1 if you have the `strncasecmp' function. */
  35. #undef HAVE_STRNCASECMP
  36. /* Define to 1 if you have the `strndup' function. */
  37. #undef HAVE_STRNDUP
  38. /* Define to 1 if you have the <syslog.h> header file. */
  39. #undef HAVE_SYSLOG_H
  40. /* Define to 1 if you have the <sys/param.h> header file. */
  41. #undef HAVE_SYS_PARAM_H
  42. /* Define to 1 if you have the <sys/stat.h> header file. */
  43. #define HAVE_SYS_STAT_H 1
  44. /* Define to 1 if you have the <sys/types.h> header file. */
  45. #define HAVE_SYS_TYPES_H 1
  46. /* Define to 1 if you have the <unistd.h> header file. */
  47. #undef HAVE_UNISTD_H
  48. /* Define to 1 if you have the `vasprintf' function. */
  49. #undef HAVE_VASPRINTF1
  50. /* Define to 1 if you have the `vprintf' function. */
  51. #define HAVE_VPRINTF 
  52. /* Define to 1 if you have the `vsnprintf' function. */
  53. #define HAVE_VSNPRINTF 1
  54. /* Define to 1 if you have the `vsyslog' function. */
  55. #undef HAVE_VSYSLOG
  56. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  57.    */
  58. #undef LT_OBJDIR
  59. /* Name of package */
  60. #define PACKAGE "json-c-0.8-win32"
  61. /* Define to the address where bug reports for this package should be sent. */
  62. #undef PACKAGE_BUGREPORT
  63. /* Define to the full name of this package. */
  64. #undef PACKAGE_NAME
  65. /* Define to the full name and version of this package. */
  66. #undef PACKAGE_STRING
  67. /* Define to the one symbol short name of this package. */
  68. #undef PACKAGE_TARNAME
  69. /* Define to the version of this package. */
  70. #define PACKAGE_VERSION  8
  71. /* Define to 1 if you have the ANSI C header files. */
  72. #define  STDC_HEADERS 1
  73. /* Version number of package */
  74. #define VERSION   10
  75. /* Define to empty if `const' does not conform to ANSI C. */
  76. #undef const
  77. /* Define to rpl_mmmalloc if the replacement function should be used. */
  78. #undef malloc
  79. /* Define to rpl_realloc if the replacement function should be used. */
  80. #undef realloc
  81. /* Define to `unsigned int' if <sys/types.h> does not define. */
  82. #undef size_t