config.h
上传用户:rrhhcc
上传日期:2015-12-11
资源大小:54129k
文件大小:2k
源码类别:

通讯编程

开发平台:

Visual C++

  1. /* config.h.  Generated by configure.  */
  2. /* config.h.in.  Generated from configure.in by autoheader.  */
  3. /* Note:  this file is overwritten by autoheader */
  4. /* "do we have int64 type ?" */
  5. #define HAVE_INT64 1
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #define HAVE_INTTYPES_H 1
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #define HAVE_MEMORY_H 1
  10. /* Define to 1 if you have the `snprintf' function. */
  11. #define HAVE_SNPRINTF 1
  12. /* Define to 1 if you have the <stdint.h> header file. */
  13. #define HAVE_STDINT_H 1
  14. /* Define to 1 if you have the <stdlib.h> header file. */
  15. #define HAVE_STDLIB_H 1
  16. /* Define to 1 if you have the <strings.h> header file. */
  17. #define HAVE_STRINGS_H 1
  18. /* Define to 1 if you have the <string.h> header file. */
  19. #define HAVE_STRING_H 1
  20. /* Define to 1 if you have the `strtoll' function. */
  21. #define HAVE_STRTOLL 1
  22. /* Define to 1 if you have the `strtoq' function. */
  23. #define HAVE_STRTOQ 1
  24. /* Define to 1 if you have the <sys/stat.h> header file. */
  25. #define HAVE_SYS_STAT_H 1
  26. /* Define to 1 if you have the <sys/types.h> header file. */
  27. #define HAVE_SYS_TYPES_H 1
  28. /* Define to 1 if you have the <unistd.h> header file. */
  29. #define HAVE_UNISTD_H 1
  30. /* Define to the address where bug reports for this package should be sent. */
  31. #define PACKAGE_BUGREPORT ""
  32. /* Define to the full name of this package. */
  33. #define PACKAGE_NAME ""
  34. /* Define to the full name and version of this package. */
  35. #define PACKAGE_STRING ""
  36. /* Define to the one symbol short name of this package. */
  37. #define PACKAGE_TARNAME ""
  38. /* Define to the version of this package. */
  39. #define PACKAGE_VERSION ""
  40. /* The size of a `long', as computed by sizeof. */
  41. #define SIZEOF_LONG 4
  42. /* Define to 1 if you have the ANSI C header files. */
  43. #define STDC_HEADERS 1
  44. /* description */
  45. /* #undef _XOPEN_SOURCE_EXTENDED */
  46. /* description */
  47. /* #undef int64_t */
  48. /* description */
  49. /* #undef random */
  50. /* description */
  51. /* #undef srandom */