13 lines
168 B
C
13 lines
168 B
C
/*
|
|
Settings for poppler header file dection
|
|
*/
|
|
|
|
#ifndef CONFIG_POPPLER_H
|
|
#define CONFIG_POPPLER_H
|
|
|
|
#define ENABLE_PDFIMPORT 0
|
|
|
|
#define HAVE_POPPLER_VERSION_H 0
|
|
|
|
#endif
|