fe17fd7b0f
Change-Id: I5a0f79d4000c823a1fe05cafcb7cbc064b04169e Reviewed-on: https://gerrit.libreoffice.org/85500 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
12 lines
170 B
C
12 lines
170 B
C
/*
|
|
Settings for poppler header file detection
|
|
*/
|
|
|
|
#ifndef CONFIG_POPPLER_H
|
|
#define CONFIG_POPPLER_H
|
|
|
|
#define ENABLE_PDFIMPORT 0
|
|
|
|
#define HAVE_POPPLER_VERSION_H 0
|
|
|
|
#endif
|