diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-28 22:31:12 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2001-12-28 22:31:12 +0000 |
commit | ea0d956a57f29d0386df62017958a1ae5cc0ec5d (patch) | |
tree | ac7f05c536d0aacef38fb7b990f5bbb3cdd567f4 | |
parent | a0dee6c57f27d59b253ce496818bc12aa2de9a56 (diff) | |
download | tinyproxy-ea0d956a57f29d0386df62017958a1ae5cc0ec5d.tar.gz tinyproxy-ea0d956a57f29d0386df62017958a1ae5cc0ec5d.zip |
Removed an unused header.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | src/tinyproxy.h | 5 |
2 files changed, 3 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 8ed3268..82bdd15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl $Id: configure.ac,v 2.4 2001-12-17 19:10:06 rjkaes Exp $ +dnl $Id: configure.ac,v 2.5 2001-12-28 22:31:12 rjkaes Exp $ dnl Devlopers, please strive to achieve this order: dnl @@ -206,7 +206,7 @@ dnl Checks for headers dnl AC_HEADER_STDC AC_CHECK_HEADERS([sys/types.h sys/ioctl.h sys/resource.h sys/select.h \ - sys/socket.h sys/stat.h sys/sysctl.h sys/time.h sys/uio.h \ + sys/socket.h sys/stat.h sys/time.h sys/uio.h \ sys/un.h sys/wait.h arpa/inet.h netinet/in.h alloca.h \ assert.h ctype.h errno.h fcntl.h grp.h io.h libintl.h \ malloc.h memory.h netdb.h pthread.h pwd.h regex.h signal.h \ diff --git a/src/tinyproxy.h b/src/tinyproxy.h index 88d7442..9da6b59 100644 --- a/src/tinyproxy.h +++ b/src/tinyproxy.h @@ -1,4 +1,4 @@ -/* $Id: tinyproxy.h,v 1.25 2001-12-23 18:44:02 rjkaes Exp $ +/* $Id: tinyproxy.h,v 1.26 2001-12-28 22:31:12 rjkaes Exp $ * * See 'tinyproxy.c' for a detailed description. * @@ -51,9 +51,6 @@ #ifdef HAVE_SYS_STAT_H # include <sys/stat.h> #endif -#ifdef HAVE_SYS_SYSCTL_H -# include <sys/sysctl.h> -#endif #ifdef HAVE_SYS_TIME_H # include <sys/time.h> |