build: Remove obsolete/unused macros

This commit is contained in:
Mukund Sivaraman 2009-09-20 13:54:57 +05:30
parent 0978decbac
commit 403fd7cc25

View File

@ -126,14 +126,8 @@ if test x"$transparent_enabled" = x"yes"; then
AC_DEFINE(TRANSPARENT_PROXY) AC_DEFINE(TRANSPARENT_PROXY)
fi fi
dnl # This is required to build test programs below
dnl Checks for programs
dnl
AC_PROG_MAKE_SET
AC_PROG_CC AC_PROG_CC
AC_ISC_POSIX
AC_PROG_INSTALL
dnl dnl
dnl Checks for libraries dnl Checks for libraries
@ -181,8 +175,6 @@ esac
dnl dnl
dnl Checks for types dnl Checks for types
dnl dnl
AM_C_PROTOTYPES
AC_C_CONST
AC_C_INLINE AC_C_INLINE
AC_TYPE_SIZE_T AC_TYPE_SIZE_T
AC_TYPE_PID_T AC_TYPE_PID_T