summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMukund Sivaraman <muks@banu.com>2009-09-20 14:08:14 +0530
committerMukund Sivaraman <muks@banu.com>2009-09-20 14:08:14 +0530
commit23464e88adc0ff42b3d98e3b14faedc94046714b (patch)
tree0b288a29f1759549f10bc14429e718d9b0528dab
parent73409c9fe14646d26893c7b6173cb973fb819372 (diff)
downloadtinyproxy-23464e88adc0ff42b3d98e3b14faedc94046714b.tar.gz
tinyproxy-23464e88adc0ff42b3d98e3b14faedc94046714b.zip
Remove unnecessary vfork.h include
-rw-r--r--configure.ac1
-rw-r--r--src/common.h3
2 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 6b0b3b7..0193860 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,7 +190,6 @@ AC_UNP_CHECK_TYPE(in_addr_t, uint32_t)
dnl
dnl Checks for libary functions
dnl
-AC_FUNC_FORK
AC_FUNC_LSTAT
AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK
AC_FUNC_MALLOC
diff --git a/src/common.h b/src/common.h
index cf72071..89a054f 100644
--- a/src/common.h
+++ b/src/common.h
@@ -152,9 +152,6 @@
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif
-#ifdef HAVE_VFORK_H
-# include <vfork.h>
-#endif
#ifdef HAVE_WCHAR_H
# include <wchar.h>
#endif