diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-20 14:14:27 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-20 14:14:27 +0530 |
commit | ad8f0feb4fa306d616e5d32734f414df87a9d96a (patch) | |
tree | 3e8889180fc4ba224d3fab09be72506d6f607c9e | |
parent | 23464e88adc0ff42b3d98e3b14faedc94046714b (diff) | |
download | tinyproxy-ad8f0feb4fa306d616e5d32734f414df87a9d96a.tar.gz tinyproxy-ad8f0feb4fa306d616e5d32734f414df87a9d96a.zip |
build: Remove obsolete/unused macros
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/configure.ac b/configure.ac index 0193860..4aee078 100644 --- a/configure.ac +++ b/configure.ac @@ -172,9 +172,7 @@ case "$target" in esac -dnl dnl Checks for types -dnl AC_TYPE_SIZE_T AC_TYPE_PID_T AC_UNP_CHECK_TYPE(uint8_t, unsigned char) @@ -187,16 +185,10 @@ AC_UNP_CHECK_TYPE(socklen_t, unsigned int) AC_UNP_CHECK_TYPE(in_addr_t, uint32_t) -dnl dnl Checks for libary functions -dnl -AC_FUNC_LSTAT AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MALLOC -AC_FUNC_MMAP AC_FUNC_REALLOC -AC_FUNC_SELECT_ARGTYPES -AC_FUNC_STRFTIME AC_CHECK_FUNCS([gethostname inet_ntoa memchr memset select socket strcasecmp \ strchr strdup strerror strncasecmp strpbrk strstr strtol]) |