config.h.in
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:3k
源码类别:

Windows CE

开发平台:

C/C++

  1. /* include/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 have the <inttypes.h> header file. */
  5. #undef HAVE_INTTYPES_H
  6. /* Define to 1 if you have the `memmove' function. */
  7. #undef HAVE_MEMMOVE
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #undef HAVE_MEMORY_H
  10. /* Define to 1 if you have the `memset' function. */
  11. #undef HAVE_MEMSET
  12. /* Define to 1 if the system has the type `ptrdiff_t'. */
  13. #undef HAVE_PTRDIFF_T
  14. /* Define to 1 if you have the `sqrt' function. */
  15. #undef HAVE_SQRT
  16. /* Define to 1 if stdbool.h conforms to C99. */
  17. #undef HAVE_STDBOOL_H
  18. /* Define to 1 if you have the <stdint.h> header file. */
  19. #undef HAVE_STDINT_H
  20. /* Define to 1 if you have the <stdlib.h> header file. */
  21. #undef HAVE_STDLIB_H
  22. /* Define to 1 if you have the <strings.h> header file. */
  23. #undef HAVE_STRINGS_H
  24. /* Define to 1 if you have the <string.h> header file. */
  25. #undef HAVE_STRING_H
  26. /* Define to 1 if you have the <sys/stat.h> header file. */
  27. #undef HAVE_SYS_STAT_H
  28. /* Define to 1 if you have the <sys/types.h> header file. */
  29. #undef HAVE_SYS_TYPES_H
  30. /* Define to 1 if you have the <unistd.h> header file. */
  31. #undef HAVE_UNISTD_H
  32. /* Define to 1 if the system has the type `_Bool'. */
  33. #undef HAVE__BOOL
  34. /* Name of package */
  35. #undef PACKAGE
  36. /* Define to the address where bug reports for this package should be sent. */
  37. #undef PACKAGE_BUGREPORT
  38. /* Define to the full name of this package. */
  39. #undef PACKAGE_NAME
  40. /* Define to the full name and version of this package. */
  41. #undef PACKAGE_STRING
  42. /* Define to the one symbol short name of this package. */
  43. #undef PACKAGE_TARNAME
  44. /* Define to the version of this package. */
  45. #undef PACKAGE_VERSION
  46. /* The size of a `int', as computed by sizeof. */
  47. #undef SIZEOF_INT
  48. /* The size of a `long', as computed by sizeof. */
  49. #undef SIZEOF_LONG
  50. /* The size of a `long long', as computed by sizeof. */
  51. #undef SIZEOF_LONG_LONG
  52. /* The size of a `short', as computed by sizeof. */
  53. #undef SIZEOF_SHORT
  54. /* Define to 1 if you have the ANSI C header files. */
  55. #undef STDC_HEADERS
  56. /* Version number of package */
  57. #undef VERSION
  58. /* Define to 1 if your processor stores words with the most significant byte
  59.    first (like Motorola and SPARC, unlike Intel and VAX). */
  60. #undef WORDS_BIGENDIAN
  61. /* Define to empty if `const' does not conform to ANSI C. */
  62. #undef const
  63. /* Define to `__inline__' or `__inline' if that's what the C compiler
  64.    calls it, or to nothing if 'inline' is not supported under any name.  */
  65. #ifndef __cplusplus
  66. #undef inline
  67. #endif
  68. /* Define to `long' if <sys/types.h> does not define. */
  69. #undef off_t
  70. /* Define to `unsigned' if <sys/types.h> does not define. */
  71. #undef size_t