diff options
author | 2007-02-15 16:52:32 +0000 | |
---|---|---|
committer | 2007-02-15 16:52:32 +0000 | |
commit | bcadb3956b04878bc2a3d284b401093437aee3a0 (patch) | |
tree | d220f281ce52020446639e9e37faf82e953bb303 /usr.sbin/httpd/src | |
parent | get rid of the ConfigStart/End section used by the weird fragile apache (diff) | |
download | wireguard-openbsd-bcadb3956b04878bc2a3d284b401093437aee3a0.tar.xz wireguard-openbsd-bcadb3956b04878bc2a3d284b401093437aee3a0.zip |
regen, DEV_RANDOM is gone
Diffstat (limited to 'usr.sbin/httpd/src')
-rw-r--r-- | usr.sbin/httpd/src/include/ap_config_auto.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.sbin/httpd/src/include/ap_config_auto.h b/usr.sbin/httpd/src/include/ap_config_auto.h index b7cae81d426..34b9b0e8e69 100644 --- a/usr.sbin/httpd/src/include/ap_config_auto.h +++ b/usr.sbin/httpd/src/include/ap_config_auto.h @@ -66,11 +66,6 @@ #define AP_OFF_T_IS_QUAD 1 #endif -/* build flag: -DDEV_RANDOM=/dev/arandom */ -#ifndef DEV_RANDOM -#define DEV_RANDOM /dev/arandom -#endif - /* build flag: -DMOD_SSL=208116 */ #ifndef MOD_SSL #define MOD_SSL 208116 |