diff options
Diffstat (limited to 'libXfont/config.h.in')
-rw-r--r-- | libXfont/config.h.in | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/libXfont/config.h.in b/libXfont/config.h.in index d7faf2833..49192eafb 100644 --- a/libXfont/config.h.in +++ b/libXfont/config.h.in @@ -12,9 +12,6 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the `ws2_32' library (-lws2_32). */ -#undef HAVE_LIBWS2_32 - /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -54,12 +51,13 @@ /* Support IPv6 for TCP connections */ #undef IPv6 -/* Support dynamically loaded font modules */ -#undef LOADABLEFONTS - /* Support os-specific local connections */ #undef LOCALCONN +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of package */ #undef PACKAGE @@ -126,12 +124,6 @@ /* Support snf format bitmap font files */ #undef XFONT_SNFFORMAT -/* Support Speedo font files */ -#undef XFONT_SPEEDO - -/* Support IBM Type 1 rasterizer for Type1 font files */ -#undef XFONT_TYPE1 - /* Support bzip2 for bitmap fonts */ #undef X_BZIP2_FONT_COMPRESSION |