You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
802 B
20 lines
802 B
/* Defined if we have the 0.87 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_87 1 |
|
|
|
/* Defined if we have the pdf signature feature in the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_SIGNING 1 |
|
|
|
/* Defined if we have the pdf fancy signature feature in the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_FANCY_SIGNATURE 1 |
|
|
|
/* Defined if we have Poppler version that notifies for XRef Table reconstruction */ |
|
#cmakedefine HAVE_POPPLER_RECONSTRUCTION_CALLBACK 1 |
|
|
|
/* Defined if we have the 21.10 version of the Poppler library or later */ |
|
#cmakedefine HAVE_POPPLER_21_10 1 |
|
|
|
/* Defined if we have the 22.02 version of the Poppler library or later */ |
|
#cmakedefine HAVE_POPPLER_22_02 1 |
|
|
|
/* Defined if we have the 22.04 version of the Poppler library or later */ |
|
#cmakedefine HAVE_POPPLER_22_04 1
|
|
|