diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-10 18:58:00 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 2001-02-10 18:58:00 +0000 |
commit | 7669735f21a4da98b45ab261e6ab994716409388 (patch) | |
tree | 414fc50df1e6ea1c162ecde77690b88a14a9bd60 /gnu/usr.bin/cvs/acconfig.h | |
parent | 9fe669e78968736544dc01ad2f8124de021887ae (diff) |
Latest from Cyclic Software
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 |