From 58c9ef16179d1d73aca363e84f702fda731eee35 Mon Sep 17 00:00:00 2001 From: felix Date: Fri, 12 Oct 2018 11:23:48 +0200 Subject: [PATCH] remove redundant definitions from chicken-config.h (as reported by wasamasa) --- Makefile.android | 1 - Makefile.haiku | 1 - Makefile.hurd | 1 - Makefile.linux | 1 - 4 files changed, 4 deletions(-) diff --git a/Makefile.android b/Makefile.android index 8c205a9e..eb8d1f48 100644 --- a/Makefile.android +++ b/Makefile.android @@ -87,7 +87,6 @@ chicken-config.h: chicken-defaults.h echo "#define HAVE_ALLOCA 1" >>$@ echo "#define HAVE_ALLOCA_H 1" >>$@ echo "#define HAVE_ERRNO_H 1" >>$@ - echo "#define HAVE_MEMMOVE 1" >>$@ echo "#define SEARCH_EXE_PATH 1" >>$@ echo "#define C_STACK_GROWS_DOWNWARD 1" >>$@ ifdef GCHOOKS diff --git a/Makefile.haiku b/Makefile.haiku index 50e09e80..027cb99f 100644 --- a/Makefile.haiku +++ b/Makefile.haiku @@ -85,7 +85,6 @@ chicken-config.h: chicken-defaults.h echo "#define HAVE_ALLOCA 1" >>$@ echo "#define HAVE_ALLOCA_H 1" >>$@ echo "#define HAVE_ERRNO_H 1" >>$@ - echo "#define HAVE_MEMMOVE 1" >>$@ echo "#define C_STACK_GROWS_DOWNWARD 1" >>$@ echo "#define SIGIO 0" >>$@ ifdef GCHOOKS diff --git a/Makefile.hurd b/Makefile.hurd index 3bda94f3..3ffdb0ec 100644 --- a/Makefile.hurd +++ b/Makefile.hurd @@ -87,7 +87,6 @@ chicken-config.h: chicken-defaults.h echo "#define HAVE_ALLOCA_H 1" >>$@ echo "#define HAVE_ERRNO_H 1" >>$@ echo "#define HAVE_SYSEXITS_H 1" >>$@ - echo "#define HAVE_MEMMOVE 1" >>$@ echo "#define SEARCH_EXE_PATH 1" >>$@ echo "#define C_STACK_GROWS_DOWNWARD 1" >>$@ ifdef GCHOOKS diff --git a/Makefile.linux b/Makefile.linux index c53eda27..7aa57f24 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -94,7 +94,6 @@ chicken-config.h: chicken-defaults.h echo "#define HAVE_ALLOCA_H 1" >>$@ echo "#define HAVE_ERRNO_H 1" >>$@ echo "#define HAVE_SYSEXITS_H 1" >>$@ - echo "#define HAVE_MEMMOVE 1" >>$@ echo "#define C_STACK_GROWS_DOWNWARD 1" >>$@ ifdef GCHOOKS echo "#define C_GC_HOOKS" >>$@ -- 2.16.2