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.
26 lines
890 B
26 lines
890 B
/* Defined if we have the 0.63 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_63 1 |
|
|
|
/* Defined if we have the 0.64 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_64 1 |
|
|
|
/* Defined if we have the 0.65 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_65 1 |
|
|
|
/* Defined if we have the 0.68 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_68 1 |
|
|
|
/* Defined if we have the 0.69 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_69 1 |
|
|
|
/* Defined if we have the 0.73 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_73 1 |
|
|
|
/* Defined if we have the 0.79 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_79 1 |
|
|
|
/* Defined if we have the 0.80 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_80 1 |
|
|
|
/* Defined if we have the 0.87 version of the Poppler library */ |
|
#cmakedefine HAVE_POPPLER_0_87 1
|
|
|