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

网格计算

开发平台:

Java

  1. /* config.h.in.  Generated from configure.ac by autoheader.  */
  2. /* The 'actual' dynamic-library for '-lz' */
  3. #undef HADOOP_ZLIB_LIBRARY
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define to 1 if you have the <jni.h> header file. */
  9. #undef HAVE_JNI_H
  10. /* Define to 1 if you have the `dl' library (-ldl). */
  11. #undef HAVE_LIBDL
  12. /* Define to 1 if you have the `jvm' library (-ljvm). */
  13. #undef HAVE_LIBJVM
  14. /* Define to 1 if you have the <memory.h> header file. */
  15. #undef HAVE_MEMORY_H
  16. /* Define to 1 if you have the `memset' function. */
  17. #undef HAVE_MEMSET
  18. /* Define to 1 if you have the <stddef.h> header file. */
  19. #undef HAVE_STDDEF_H
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #undef HAVE_STDINT_H
  22. /* Define to 1 if you have the <stdio.h> header file. */
  23. #undef HAVE_STDIO_H
  24. /* Define to 1 if you have the <stdlib.h> header file. */
  25. #undef HAVE_STDLIB_H
  26. /* Define to 1 if you have the <strings.h> header file. */
  27. #undef HAVE_STRINGS_H
  28. /* Define to 1 if you have the <string.h> header file. */
  29. #undef HAVE_STRING_H
  30. /* Define to 1 if you have the <sys/stat.h> header file. */
  31. #undef HAVE_SYS_STAT_H
  32. /* Define to 1 if you have the <sys/types.h> header file. */
  33. #undef HAVE_SYS_TYPES_H
  34. /* Define to 1 if you have the <unistd.h> header file. */
  35. #undef HAVE_UNISTD_H
  36. /* Define to 1 if you have the <zconf.h> header file. */
  37. #undef HAVE_ZCONF_H
  38. /* Define to 1 if you have the <zlib.h> header file. */
  39. #undef HAVE_ZLIB_H
  40. /* Name of package */
  41. #undef PACKAGE
  42. /* Define to the address where bug reports for this package should be sent. */
  43. #undef PACKAGE_BUGREPORT
  44. /* Define to the full name of this package. */
  45. #undef PACKAGE_NAME
  46. /* Define to the full name and version of this package. */
  47. #undef PACKAGE_STRING
  48. /* Define to the one symbol short name of this package. */
  49. #undef PACKAGE_TARNAME
  50. /* Define to the version of this package. */
  51. #undef PACKAGE_VERSION
  52. /* Define to 1 if you have the ANSI C header files. */
  53. #undef STDC_HEADERS
  54. /* Version number of package */
  55. #undef VERSION
  56. /* Define to empty if `const' does not conform to ANSI C. */
  57. #undef const