diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:57:13 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2009-10-31 17:57:13 +0000 |
commit | 2c25b805f5ece73cb8ea248177211266510b4b7d (patch) | |
tree | 98693ee4e8b712b5e0e7183e96890a076e539e42 /lib/libXfont/config.h.in | |
parent | e37408906ed9e62da47bf754bed3ec3908e9d80a (diff) |
Update to libXfont 1.4.1
Diffstat (limited to 'lib/libXfont/config.h.in')
-rw-r--r-- | lib/libXfont/config.h.in | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/lib/libXfont/config.h.in b/lib/libXfont/config.h.in index fe3d74565..eceaf51ed 100644 --- a/lib/libXfont/config.h.in +++ b/lib/libXfont/config.h.in @@ -3,9 +3,6 @@ /* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ #undef BSD44SOCKETS -/* Support the font caching extension */ -#undef FONTCACHE - /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -15,6 +12,9 @@ /* 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 @@ -24,6 +24,9 @@ /* Define to 1 if you have the <poll.h> header file. */ #undef HAVE_POLL_H +/* Define to 1 if the system has the type `socklen_t'. */ +#undef HAVE_SOCKLEN_T + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -51,9 +54,6 @@ /* Support IPv6 for TCP connections */ #undef IPv6 -/* Support dynamically loaded font modules */ -#undef LOADABLEFONTS - /* Support os-specific local connections */ #undef LOCALCONN @@ -123,11 +123,8 @@ /* 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 /* Support gzip for bitmap fonts */ #undef X_GZIP_FONT_COMPRESSION |