X-Git-Url: https://ruderich.org/simon/gitweb/?p=coloredstderr%2Fcoloredstderr.git;a=blobdiff_plain;f=configure.ac;h=79a99f52ec84e0258b19291cfc0c3eb081ccfafc;hp=6064f08d64e638b92ca4896337ee0f8ef296b08c;hb=7c5d6fce3a6f52243948e3eae452acb968d78469;hpb=66fb589680db241e916b7f7f43d9e6058dcdb571 diff --git a/configure.ac b/configure.ac index 6064f08..79a99f5 100644 --- a/configure.ac +++ b/configure.ac @@ -37,9 +37,11 @@ AC_C_INLINE AC_CHECK_HEADERS([fcntl.h]) +AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_SSIZE_T +AC_FUNC_FORK AC_FUNC_MALLOC AC_FUNC_REALLOC AC_CHECK_FUNCS([dup2 memmove setenv strdup])