config.h.in
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:2k
源码类别:

网格计算

开发平台:

Java

  1. /* impl/config.h.in.  Generated from configure.ac by autoheader.  */
  2. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  3.    don't. */
  4. #undef HAVE_DECL_STRERROR_R
  5. /* Define to 1 if you have the <dlfcn.h> header file. */
  6. #undef HAVE_DLFCN_H
  7. /* Define to 1 if you have the <inttypes.h> header file. */
  8. #undef HAVE_INTTYPES_H
  9. /* Define to 1 if you have the <memory.h> header file. */
  10. #undef HAVE_MEMORY_H
  11. /* Define to 1 if you have the `mkdir' function. */
  12. #undef HAVE_MKDIR
  13. /* Define to 1 if stdbool.h conforms to C99. */
  14. #undef HAVE_STDBOOL_H
  15. /* Define to 1 if you have the <stdint.h> header file. */
  16. #undef HAVE_STDINT_H
  17. /* Define to 1 if you have the <stdlib.h> header file. */
  18. #undef HAVE_STDLIB_H
  19. /* Define to 1 if you have the `strerror_r' function. */
  20. #undef HAVE_STRERROR_R
  21. /* Define to 1 if you have the <strings.h> header file. */
  22. #undef HAVE_STRINGS_H
  23. /* Define to 1 if you have the <string.h> header file. */
  24. #undef HAVE_STRING_H
  25. /* Define to 1 if you have the <sys/stat.h> header file. */
  26. #undef HAVE_SYS_STAT_H
  27. /* Define to 1 if you have the <sys/types.h> header file. */
  28. #undef HAVE_SYS_TYPES_H
  29. /* Define to 1 if you have the `uname' function. */
  30. #undef HAVE_UNAME
  31. /* Define to 1 if you have the <unistd.h> header file. */
  32. #undef HAVE_UNISTD_H
  33. /* Define to 1 if the system has the type `_Bool'. */
  34. #undef HAVE__BOOL
  35. /* Name of package */
  36. #undef PACKAGE
  37. /* Define to the address where bug reports for this package should be sent. */
  38. #undef PACKAGE_BUGREPORT
  39. /* Define to the full name of this package. */
  40. #undef PACKAGE_NAME
  41. /* Define to the full name and version of this package. */
  42. #undef PACKAGE_STRING
  43. /* Define to the one symbol short name of this package. */
  44. #undef PACKAGE_TARNAME
  45. /* Define to the version of this package. */
  46. #undef PACKAGE_VERSION
  47. /* Define to 1 if you have the ANSI C header files. */
  48. #undef STDC_HEADERS
  49. /* Define to 1 if strerror_r returns char *. */
  50. #undef STRERROR_R_CHAR_P
  51. /* Version number of package */
  52. #undef VERSION
  53. /* Number of bits in a file offset, on hosts where this is settable. */
  54. #undef _FILE_OFFSET_BITS
  55. /* Enable GNU extensions on systems that have them.  */
  56. #ifndef _GNU_SOURCE
  57. # undef _GNU_SOURCE
  58. #endif
  59. /* Define for large files, on AIX-style hosts. */
  60. #undef _LARGE_FILES
  61. /* Define to empty if `const' does not conform to ANSI C. */
  62. #undef const
  63. /* Define to `long' if <sys/types.h> does not define. */
  64. #undef off_t
  65. /* Define to `unsigned' if <sys/types.h> does not define. */
  66. #undef size_t