diff options
author | marha <marha@users.sourceforge.net> | 2009-10-11 19:27:48 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-11 19:27:48 +0000 |
commit | d36223b06a859c5979253d0176adfaeadc10cb32 (patch) | |
tree | de85a6072aae048506ebab0dba2e7c4588132412 /libXfont/config.h.in | |
parent | 6b4cfac5a67f87884a525ce2c99f30e0060b3ca7 (diff) | |
parent | e4bc1b2bff00254f5782928d5b7b15b4db2e774c (diff) | |
download | vcxsrv-d36223b06a859c5979253d0176adfaeadc10cb32.tar.gz vcxsrv-d36223b06a859c5979253d0176adfaeadc10cb32.tar.bz2 vcxsrv-d36223b06a859c5979253d0176adfaeadc10cb32.zip |
svn merge ^/branches/released .
Diffstat (limited to 'libXfont/config.h.in')
-rw-r--r-- | libXfont/config.h.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libXfont/config.h.in b/libXfont/config.h.in index 49192eafb..eceaf51ed 100644 --- a/libXfont/config.h.in +++ b/libXfont/config.h.in @@ -12,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 @@ -54,10 +57,6 @@ /* 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 |