summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2007-02-14 20:11:09 +0000
committermillert <millert@openbsd.org>2007-02-14 20:11:09 +0000
commit2f9d070215ec65521a77468e09567a0edaa0e9a2 (patch)
treeeeb48c28613b99895c4315048fae87971f878a14 /usr.sbin/httpd/src
parentAdd SIOCADDMULTI and SIOCDELMULTI ioctl handlers. Without them IPv6 does (diff)
downloadwireguard-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/Configure10
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
##