X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/94ec8c6bb36d0681d3d8e61de9b260b159772799..5061072ffcd98e090af507a1f92ed159d08ff414:/includes.h diff --git a/includes.h b/includes.h index 797c5e85..554e9476 100644 --- a/includes.h +++ b/includes.h @@ -1,3 +1,5 @@ +/* $OpenBSD: includes.h,v 1.15 2001/06/08 15:25:40 markus Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -19,7 +21,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "config.h" -#include "next-posix.h" +#include "openbsd-compat/bsd-nextstep.h" #include #include @@ -27,11 +29,8 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include -#ifndef HAVE_CYGWIN #include -#endif #include -#include #include #include @@ -46,19 +45,25 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include +#ifdef HAVE_LIMITS_H +# include +#endif #ifdef HAVE_GETOPT_H -#include +# include #endif #ifdef HAVE_BSTRING_H # include -#endif +#endif +#if defined(HAVE_GLOB_H) && defined(GLOB_HAS_ALTDIRFUNC) && \ + defined(GLOB_HAS_GL_MATCHC) +# include +#endif #ifdef HAVE_NETGROUP_H # include -#endif -#if defined(HAVE_NETDB_H) && !defined(HAVE_NEXT) -/* Next includes this as part of another header */ +#endif +#if defined(HAVE_NETDB_H) # include -#endif +#endif #ifdef HAVE_ENDIAN_H # include #endif @@ -87,12 +92,15 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #ifdef HAVE_SYS_SYSMACROS_H # include #endif +#ifdef HAVE_UTIME_H +# include +#endif #ifdef HAVE_VIS_H # include #endif #include "version.h" -#include "openbsd-compat.h" -#include "cygwin_util.h" +#include "openbsd-compat/openbsd-compat.h" +#include "openbsd-compat/bsd-cygwin_util.h" #include "entropy.h" #endif /* INCLUDES_H */