[Easytag-mailing] [patch] configure.in: remove more unused macros



- it's safe to assume a compiler supports C89 (and therefore "const")
- all other macros removed conditionally set define's that were anyway 
  not used by EayTAG

 configure.in |   19 -------------------
 1 file changed, 19 deletions(-)


diff --git a/configure.in b/configure.in
index 3f20da0..352dea9 100644
--- a/configure.in
+++ b/configure.in
@@ -346,29 +346,10 @@ dnl CFLAGS="$CFLAGS -pg"
 
 
 dnl -------------------------------
-dnl Checks for header files.
-dnl -------------------------------
-AC_HEADER_DIRENT
-AC_HEADER_STDC
-AC_CHECK_HEADERS(fcntl.h unistd.h)
-
-
-dnl -------------------------------
 dnl Checks for typedefs, structures, and compiler characteristics.
 dnl -------------------------------
-AC_C_CONST
-AC_TYPE_MODE_T
 AC_TYPE_PID_T
 AC_TYPE_SIZE_T
-AC_STRUCT_TM
-
-
-dnl -------------------------------
-dnl Checks for library functions.
-dnl -------------------------------
-AC_FUNC_FORK
-AC_FUNC_STAT
-AC_CHECK_FUNCS(mkdir strstr strtol mkstemp)
 
 
 dnl -------------------------------





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]