From 401d58f3612fa030f309d01df9815a2fc1d3c6de Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Fri, 19 Jan 2001 17:11:43 +0000 Subject: - (bal) Slight auth2-pam.c clean up. - (bal) Includes a fake-regexp.h to be only used if regcomp() is found, but no 'regexp.h' found (SCO OpenServer 3 lacks the header). --- acconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'acconfig.h') diff --git a/acconfig.h b/acconfig.h index 439a7ba1c..936a7ca5e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -252,6 +252,9 @@ #undef HAVE_SS_FAMILY_IN_SS #undef HAVE___SS_FAMILY_IN_SS +/* Define if you have a regcomp() function */ +#undef HAVE_REGCOMP + /* Define if you have /dev/ptmx */ #undef HAVE_DEV_PTMX -- cgit v1.2.3