From a33c03aca3b3c7a918c5a8de04c2fdb6f7c7a860 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sat, 10 Nov 2012 02:28:17 +0800 Subject: [PATCH] .. --- src/include/pdf2htmlEX-config.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/include/pdf2htmlEX-config.h diff --git a/src/include/pdf2htmlEX-config.h b/src/include/pdf2htmlEX-config.h deleted file mode 100644 index 58569cc..0000000 --- a/src/include/pdf2htmlEX-config.h +++ /dev/null @@ -1,24 +0,0 @@ -/* - * config.h - * Compile time constants - * - * by WangLu - */ - - -#ifndef PDF2HTMLEX_CONFIG_H__ -#define PDF2HTMLEX_CONFIG_H__ - -#include - -#define HAVE_CAIRO 0 - -namespace pdf2htmlEX { - -static const std::string PDF2HTMLEX_VERSION = "0.6"; -static const std::string PDF2HTMLEX_PREFIX = "/usr/local"; -static const std::string PDF2HTMLEX_DATA_PATH = "/usr/local""/share/pdf2htmlEX"; - -} // namespace pdf2htmlEX - -#endif //PDF2HTMLEX_CONFIG_H__