diff options
author | 2007-02-14 20:11:09 +0000 | |
---|---|---|
committer | 2007-02-14 20:11:09 +0000 | |
commit | 2f9d070215ec65521a77468e09567a0edaa0e9a2 (patch) | |
tree | eeb48c28613b99895c4315048fae87971f878a14 /usr.sbin/httpd/src | |
parent | Add SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does (diff) | |
download | wireguard-openbsd-2f9d070215ec65521a77468e09567a0edaa0e9a2.tar.xz wireguard-openbsd-2f9d070215ec65521a77468e09567a0edaa0e9a2.zip |
g/c NO_DL_NEEDED, it is no longer used by os/unix/os.c
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r-- | usr.sbin/httpd/src/Configure | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.sbin/httpd/src/Configure b/usr.sbin/httpd/src/Configure index 8b9093bb2c2..0cbd290df05 100644 --- a/usr.sbin/httpd/src/Configure +++ b/usr.sbin/httpd/src/Configure @@ -1,5 +1,5 @@ #!/bin/sh -# $OpenBSD: Configure,v 1.26 2007/02/13 19:00:58 henning Exp $ +# $OpenBSD: Configure,v 1.27 2007/02/14 20:11:09 millert Exp $ ## ==================================================================== ## The Apache Software License, Version 1.1 ## @@ -2048,14 +2048,6 @@ if [ "x$using_shlib" = "x1" ] ; then fi #################################################################### -## Don't force DL emulation, if not necessary. Currently only used -## by os/unix/os.c. -## -if [ "x$using_shlib" != "x1" ] ; then - CFLAGS="$CFLAGS -DNO_DL_NEEDED" -fi - -#################################################################### ## Set the value of the shared libary flags, if they aren't explicitly ## set in the configuration file ## |