diff options
author | Tim Rice <tim@multitalents.net> | 2002-02-26 17:40:48 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2002-02-26 17:40:48 +0100 |
commit | 4cec93faed6586dd48b02030b77c094e0730b62e (patch) | |
tree | 5aac3fe80d5d789508d21ebc8f230243fb83e188 /acconfig.h | |
parent | - (bal) Last AIX patch. Moved aix_usrinfo() outside of do_setuserconext() (diff) | |
download | openssh-4cec93faed6586dd48b02030b77c094e0730b62e.tar.xz openssh-4cec93faed6586dd48b02030b77c094e0730b62e.zip |
Bug 12 [configure.ac] add sys/bitypes.h to int64_t tests
based on patch by mooney@dogbert.cc.ndsu.nodak.edu (Tim Mooney)
Bug 45 [configure.ac] modify skey test to work around conflict with autoconf
reported by nolan@naic.edu (Michael Nolan)
patch by Pekka Savola <pekkas@netcore.fi>
Bug 74 [configure.ac defines.h] add sig_atomic_t test
reported by dwd@bell-labs.com (Dave Dykstra)
Bug 102 [defines.h] UNICOS fixes. patch by wendyp@cray.com
[configure.ac Makefile.in] link libwrap only with sshd
based on patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>
Bug 123 link libpam only with sshd
reported by peak@argo.troja.mff.cuni.cz (Pavel Kankovsky)
[configure.ac defines.h] modify previous SCO3 fix to not break Solaris 7
[acconfig.h] remove unused HAVE_REGCOMP
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/acconfig.h b/acconfig.h index caf30149f..40cbeeb7d 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.121 2002/01/22 10:57:54 djm Exp $ */ +/* $Id: acconfig.h,v 1.122 2002/02/26 16:40:49 tim Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -257,9 +257,6 @@ #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 |