diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 78d8bb0d..e07c90c9 100644 --- a/config.h.in +++ b/config.h.in @@ -92,6 +92,9 @@ /* Defines if your system has libpwd greater than or equal to v0.9.0 */ #undef HAVE_LIBWPD_090 +/* Defines if your system has libpwd greater than or equal to v0.10.0 */ +#undef HAVE_LIBWPD_0100 + /* Define if you have libz */ #undef HAVE_LIBZ |