diff options
author | marha <marha@users.sourceforge.net> | 2009-07-25 14:29:10 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-07-25 14:29:10 +0000 |
commit | ddfb922180a6a847d52609592a2bdb37179ca439 (patch) | |
tree | 7cc662bfb9ffb45c4c4452ea373e3c1a843b395a /libXfont/config.h.in | |
parent | 02934f83dd4f5848083e2e5cdbc6ef7f60361f06 (diff) | |
parent | 2fb179f86b0f9ecb7876759b87f9c64634a3f114 (diff) | |
download | vcxsrv-ddfb922180a6a847d52609592a2bdb37179ca439.tar.gz vcxsrv-ddfb922180a6a847d52609592a2bdb37179ca439.tar.bz2 vcxsrv-ddfb922180a6a847d52609592a2bdb37179ca439.zip |
svn merge file:///D:/svnrepos/vcxsrv/branches/released .
Gives currently link errors. xorg-server needs to be upgraded to.
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 |