From 70b409a80dc246a5b95409a585993bfe93511c85 Mon Sep 17 00:00:00 2001 From: borutr Date: Fri, 7 Nov 2003 06:24:28 +0000 Subject: [PATCH] * configure, configure.in, sdcc_vc_in.h, sdcconf_in.h: reverted changes, made 2003-11-04 git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@2995 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- configure | 3 +-- configure.in | 2 +- sdcc_vc_in.h | 3 +-- sdccconf_in.h | 1 - 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/configure b/configure index 1f6392b5..ee771bed 100755 --- a/configure +++ b/configure @@ -3893,8 +3893,7 @@ done - -for ac_header in sys/socket.h malloc.h +for ac_header in sys/socket.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then diff --git a/configure.in b/configure.in index c7ca5c5f..e1172242 100755 --- a/configure.in +++ b/configure.in @@ -69,7 +69,7 @@ AC_LANG([C]) # Checking for header files. # =========================================================================== -AC_CHECK_HEADERS(sys/socket.h malloc.h) +AC_CHECK_HEADERS(sys/socket.h) # Checking for functions diff --git a/sdcc_vc_in.h b/sdcc_vc_in.h index 840ffe9b..40dbc081 100644 --- a/sdcc_vc_in.h +++ b/sdcc_vc_in.h @@ -25,7 +25,7 @@ #define BIN2DATA_DIR "\\.." #define PREFIX2BIN_DIR "\\bin" #define PREFIX2DATA_DIR "" -#define BINDIR PREFIX "\\bin" +#define BINDIR PREFIX "\\bin" /* environment variables */ #define SDCC_DIR_NAME "SDCC_HOME" @@ -42,7 +42,6 @@ /* #undef STD_XA51_LIB */ /* #undef HAVE_SYS_SOCKET_H */ -#define HAVE_MALLOC_H #undef HAVE_STRERROR #define HAVE_VSNPRINTF diff --git a/sdccconf_in.h b/sdccconf_in.h index a7221d87..aa501882 100644 --- a/sdccconf_in.h +++ b/sdccconf_in.h @@ -40,7 +40,6 @@ #undef STD_XA51_LIB #undef HAVE_SYS_SOCKET_H -#undef HAVE_MALLOC_H #undef HAVE_STRERROR #undef HAVE_VSNPRINTF -- 2.30.2