From c98f1cd25a4e9bdd48e3fe463e04b347fd3b7ccc Mon Sep 17 00:00:00 2001 From: rofl0r Date: Wed, 21 Dec 2016 21:09:42 +0000 Subject: configure: remove checks for standard types --- configure.ac | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f9b9891..39e303f 100644 --- a/configure.ac +++ b/configure.ac @@ -164,19 +164,6 @@ AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([sys/ioctl.h alloca.h memory.h malloc.h sysexits.h \ values.h]) -dnl Checks for types -AC_TYPE_SIZE_T -AC_TYPE_PID_T -AC_UNP_CHECK_TYPE(uint8_t, unsigned char) -AC_UNP_CHECK_TYPE(int16_t, short) -AC_UNP_CHECK_TYPE(uint16_t, unsigned short) -AC_UNP_CHECK_TYPE(int32_t, int) -AC_UNP_CHECK_TYPE(uint32_t, unsigned int) -AC_UNP_CHECK_TYPE(ssize_t, int) -AC_UNP_CHECK_TYPE(socklen_t, unsigned int) -AC_UNP_CHECK_TYPE(in_addr_t, uint32_t) - - dnl Checks for libary functions AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK AC_FUNC_MALLOC -- cgit v1.2.3