diff options
Diffstat (limited to 'gnu/usr.bin/cvs/acconfig.h')
-rw-r--r-- | gnu/usr.bin/cvs/acconfig.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/usr.bin/cvs/acconfig.h b/gnu/usr.bin/cvs/acconfig.h index 7748e28f19a..15589e8f7a3 100644 --- a/gnu/usr.bin/cvs/acconfig.h +++ b/gnu/usr.bin/cvs/acconfig.h @@ -43,3 +43,15 @@ /* Define if the diff library should use setmode for binary files. FIXME: Why two different macros for setmode? */ #undef HAVE_SETMODE + +/* Define if you have the crypt function. */ +#undef HAVE_CRYPT + +/* Define if you have the getspnam function. */ +#undef HAVE_GETSPNAM + +/* Define to force lib/regex.c to use malloc instead of alloca. */ +#undef REGEX_MALLOC + +/* Define to force lib/regex.c to define re_comp et al. */ +#undef _REGEX_RE_COMP |