diff options
Diffstat (limited to 'config.in')
-rw-r--r-- | config.in | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -48,9 +48,6 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H -/* libexecdir */ -#undef LIBEXECDIR - /* Name of package */ #undef PACKAGE @@ -69,6 +66,12 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* datadir */ +#undef PKGDATADIR + +/* pkglibdir */ +#undef PKGLIBDIR + /* Define to 1 if the C compiler supports function prototypes. */ #undef PROTOTYPES |