diff options
Diffstat (limited to 'libXdmcp/config.h.in')
-rw-r--r-- | libXdmcp/config.h.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libXdmcp/config.h.in b/libXdmcp/config.h.in index a46ee1626..aeaa1ea95 100644 --- a/libXdmcp/config.h.in +++ b/libXdmcp/config.h.in @@ -39,6 +39,10 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -57,6 +61,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Major version of this package */ +#undef PACKAGE_VERSION_MAJOR + +/* Minor version of this package */ +#undef PACKAGE_VERSION_MINOR + +/* Patch version of this package */ +#undef PACKAGE_VERSION_PATCHLEVEL + /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS |