From 3db320e4f9992570d8a8f6fa649fb80bb93be6d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Sat, 13 Oct 2007 12:14:25 +0000 Subject: [PATCH] use regex from libroot git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@22529 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/coreutils/lib/Jamfile | 2 +- src/bin/coreutils/lib/config.h | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/bin/coreutils/lib/Jamfile b/src/bin/coreutils/lib/Jamfile index 2120a97587..8b66fad740 100644 --- a/src/bin/coreutils/lib/Jamfile +++ b/src/bin/coreutils/lib/Jamfile @@ -134,7 +134,7 @@ StaticLibrary libfetish.a : readtokens.c readtokens0.c # realloc.c - regex.c +# regex.c rename-dest-slash.c rename.c root-dev-ino.c diff --git a/src/bin/coreutils/lib/config.h b/src/bin/coreutils/lib/config.h index 93252300f6..bf30788547 100644 --- a/src/bin/coreutils/lib/config.h +++ b/src/bin/coreutils/lib/config.h @@ -1824,37 +1824,37 @@ #define putenv rpl_putenv /* Define to rpl_re_comp if the replacement should be used. */ -#define re_comp rpl_re_comp +/* #undef re_comp rpl_re_comp */ /* Define to rpl_re_compile_fastmap if the replacement should be used. */ -#define re_compile_fastmap rpl_re_compile_fastmap +/* #undef re_compile_fastmap rpl_re_compile_fastmap */ /* Define to rpl_re_compile_pattern if the replacement should be used. */ -#define re_compile_pattern rpl_re_compile_pattern +/* #undef re_compile_pattern rpl_re_compile_pattern */ /* Define to rpl_re_exec if the replacement should be used. */ -#define re_exec rpl_re_exec +/* #undef re_exec rpl_re_exec */ /* Define to rpl_re_match if the replacement should be used. */ -#define re_match rpl_re_match +/* #undef re_match rpl_re_match */ /* Define to rpl_re_match_2 if the replacement should be used. */ -#define re_match_2 rpl_re_match_2 +/* #undef re_match_2 rpl_re_match_2 */ /* Define to rpl_re_search if the replacement should be used. */ -#define re_search rpl_re_search +/* #undef re_search rpl_re_search */ /* Define to rpl_re_search_2 if the replacement should be used. */ -#define re_search_2 rpl_re_search_2 +/* #undef re_search_2 rpl_re_search_2 */ /* Define to rpl_re_set_registers if the replacement should be used. */ -#define re_set_registers rpl_re_set_registers +/* #undef re_set_registers rpl_re_set_registers */ /* Define to rpl_re_set_syntax if the replacement should be used. */ -#define re_set_syntax rpl_re_set_syntax +/* #undef re_set_syntax rpl_re_set_syntax */ /* Define to rpl_re_syntax_options if the replacement should be used. */ -#define re_syntax_options rpl_re_syntax_options +/* #undef re_syntax_options rpl_re_syntax_options */ /* Define to rpl_realloc if the replacement function should be used. */ /* #undef realloc */