mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
..
This commit is contained in:
parent
7993a5b47c
commit
a33c03aca3
@ -1,24 +0,0 @@
|
||||
/*
|
||||
* config.h
|
||||
* Compile time constants
|
||||
*
|
||||
* by WangLu
|
||||
*/
|
||||
|
||||
|
||||
#ifndef PDF2HTMLEX_CONFIG_H__
|
||||
#define PDF2HTMLEX_CONFIG_H__
|
||||
|
||||
#include <string>
|
||||
|
||||
#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__
|
Loading…
Reference in New Issue
Block a user