~ chicken-core (chicken-5) fb31a1c890076762cea73bf9fb8a09e96c8e9158
commit fb31a1c890076762cea73bf9fb8a09e96c8e9158 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Fri Oct 12 11:23:48 2018 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Fri Oct 12 13:38:21 2018 +0200 remove redundant definitions from chicken-config.h (as reported by wasamasa) Signed-off-by: Peter Bex <peter@more-magic.net> 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" >>$@Trap