summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-01-19 17:11:43 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-01-19 17:11:43 +0000
commit401d58f3612fa030f309d01df9815a2fc1d3c6de (patch)
treebcbf4006b26460979e37290756e4426535a0b6d9 /acconfig.h
parentcf0809d6444bcc0030c9cb82ebc592a261023fe4 (diff)
- (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).
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index 439a7ba1c..936a7ca5e 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -252,6 +252,9 @@
252#undef HAVE_SS_FAMILY_IN_SS 252#undef HAVE_SS_FAMILY_IN_SS
253#undef HAVE___SS_FAMILY_IN_SS 253#undef HAVE___SS_FAMILY_IN_SS
254 254
255/* Define if you have a regcomp() function */
256#undef HAVE_REGCOMP
257
255/* Define if you have /dev/ptmx */ 258/* Define if you have /dev/ptmx */
256#undef HAVE_DEV_PTMX 259#undef HAVE_DEV_PTMX
257 260