diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 14:22:10 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-03-10 14:22:10 +0000 |
commit | 147eb37143678240876ab6c86d148ac8d41160ab (patch) | |
tree | 796f2e06ed2a3a130e86606ec6b5ec7da3dbe56a /lib/libXmu/config.h.in | |
parent | e45f7070ac2ddaf3bbe2f720f6640b4fa173ebc1 (diff) |
Update to libXmu 1.1.1
Diffstat (limited to 'lib/libXmu/config.h.in')
-rw-r--r-- | lib/libXmu/config.h.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libXmu/config.h.in b/lib/libXmu/config.h.in index b78d1173b..be38acbdd 100644 --- a/lib/libXmu/config.h.in +++ b/lib/libXmu/config.h.in @@ -3,9 +3,6 @@ /* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ #undef BSD44SOCKETS -/* Whether we have snprintf() */ -#undef HAS_SNPRINTF - /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H @@ -48,6 +45,10 @@ /* 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 |