X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/6f68f28aa80d98ca5c88733cb8987941b1bb5775..090621f278e8710cb76027a0976fe97b99b6ab66:/includes.h diff --git a/includes.h b/includes.h index a4ebbd3d..f9cf9c73 100644 --- a/includes.h +++ b/includes.h @@ -1,4 +1,4 @@ -/* $OpenBSD: includes.h,v 1.14 2001/01/29 01:58:16 niklas Exp $ */ +/* $OpenBSD: includes.h,v 1.15 2001/06/08 15:25:40 markus Exp $ */ /* * Author: Tatu Ylonen @@ -21,7 +21,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "config.h" -#include "bsd-nextstep.h" +#include "openbsd-compat/bsd-nextstep.h" #include #include @@ -51,9 +51,16 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_GETOPT_H # include #endif +#ifndef HAVE_GETOPT_OPTRESET +#define getopt(ac, av, o) BSDgetopt(ac, av, o) +#endif #ifdef HAVE_BSTRING_H # include #endif +#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \ + defined(GLOB_HAS_GL_MATCHC) +# include +#endif #ifdef HAVE_NETGROUP_H # include #endif @@ -91,12 +98,9 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_UTIME_H # include #endif -#ifdef HAVE_VIS_H -# include -#endif #include "version.h" -#include "openbsd-compat.h" -#include "bsd-cygwin_util.h" +#include "openbsd-compat/openbsd-compat.h" +#include "openbsd-compat/bsd-cygwin_util.h" #include "entropy.h" #endif /* INCLUDES_H */