config.h.cmake 92 B

123456
  1. #ifndef CONFIG_H
  2. #define CONFIG_H
  3. #cmakedefine HADOOP_CONF_DIR "@HADOOP_CONF_DIR@"
  4. #endif