diff --git a/src/include/pdf2htmlEX-config.h b/src/include/pdf2htmlEX-config.h deleted file mode 100644 index 5503307..0000000 --- a/src/include/pdf2htmlEX-config.h +++ /dev/null @@ -1,19 +0,0 @@ -/* - * config.h - * Compile time constants - * - * by WangLu - */ - - -#ifndef PDF2HTMLEX_CONFIG_H__ -#define PDF2HTMLEX_CONFIG_H__ - -#include - -static const std::string PDF2HTMLEX_VERSION = "0.3"; -static const std::string PDF2HTMLEX_PREFIX = "/usr/local"; -static const std::string PDF2HTMLEX_DATA_PATH = "/usr/local""/share/pdf2htmlEX"; - - -#endif //PDF2HTMLEX_CONFIG_H__