diff options
author | Jim Meyering <jim@meyering.net> | 2005-09-24 06:53:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-09-24 06:53:27 +0000 |
commit | 0f31fc1440dc56401342934bdc72d36785413f07 (patch) | |
tree | 79c39a7c2d6f86dda7189bfdc3b0d6395e0cce65 | |
parent | 8f4700c9e1379cf29c01365b087cac7fdf832450 (diff) | |
download | coreutils-0f31fc1440dc56401342934bdc72d36785413f07.tar.xz |
.
-rw-r--r-- | config.hin | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/config.hin b/config.hin index 531a962ba..05756e9e3 100644 --- a/config.hin +++ b/config.hin @@ -1632,9 +1632,54 @@ /* Define to rpl_putenv if the replacement function should be used. */ #undef putenv +/* Define to rpl_re_comp if the replacement should be used. */ +#undef re_comp + +/* Define to rpl_re_compile_fastmap if the replacement should be used. */ +#undef re_compile_fastmap + +/* Define to rpl_re_compile_pattern if the replacement should be used. */ +#undef re_compile_pattern + +/* Define to rpl_re_exec if the replacement should be used. */ +#undef re_exec + +/* Define to rpl_re_match if the replacement should be used. */ +#undef re_match + +/* Define to rpl_re_match_2 if the replacement should be used. */ +#undef re_match_2 + +/* Define to rpl_re_search if the replacement should be used. */ +#undef re_search + +/* Define to rpl_re_search_2 if the replacement should be used. */ +#undef re_search_2 + +/* Define to rpl_re_set_registers if the replacement should be used. */ +#undef re_set_registers + +/* Define to rpl_re_set_syntax if the replacement should be used. */ +#undef re_set_syntax + +/* Define to rpl_re_syntax_options if the replacement should be used. */ +#undef re_syntax_options + /* Define to rpl_realloc if the replacement function should be used. */ #undef realloc +/* Define to rpl_regcomp if the replacement should be used. */ +#undef regcomp + +/* Define to rpl_regerror if the replacement should be used. */ +#undef regerror + +/* Define to rpl_regexec if the replacement should be used. */ +#undef regexec + +/* Define to rpl_regfree if the replacement should be used. */ +#undef regfree + /* Define to rpl_rename if the replacement function should be used. */ #undef rename |