11 lines
280 B
CMake
11 lines
280 B
CMake
|
#ifndef CONFIG_H
|
||
|
#define CONFIG_H
|
||
|
|
||
|
#cmakedefine HADOOP_ZLIB_LIBRARY "@HADOOP_ZLIB_LIBRARY@"
|
||
|
#cmakedefine HADOOP_RUNAS_HOME "@HADOOP_RUNAS_HOME@"
|
||
|
#cmakedefine HADOOP_SNAPPY_LIBRARY "@HADOOP_SNAPPY_LIBRARY@"
|
||
|
#cmakedefine HAVE_SYNC_FILE_RANGE
|
||
|
#cmakedefine HAVE_POSIX_FADVISE
|
||
|
|
||
|
#endif
|