10 lines
136 B
C
10 lines
136 B
C
/*
|
|
Settings for poppler header file detection
|
|
*/
|
|
|
|
#ifndef CONFIG_POPPLER_H
|
|
#define CONFIG_POPPLER_H
|
|
|
|
#define ENABLE_PDFIMPORT 0
|
|
|
|
#endif
|