X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/0dd78cd85495b149aece92864fe5bb8edc5c758c..1d3c30dbe232d224145556c245d27d1be1e01a1e:/includes.h diff --git a/includes.h b/includes.h index c3309a50..8b7bb0ed 100644 --- a/includes.h +++ b/includes.h @@ -1,3 +1,5 @@ +/* $OpenBSD: includes.h,v 1.14 2001/01/29 01:58:16 niklas Exp $ */ + /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -19,8 +21,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include "config.h" -#include "next-posix.h" -#include "news4-posix.h" +#include "openbsd-compat/bsd-nextstep.h" #include #include @@ -28,9 +29,7 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg } #include #include -#ifndef HAVE_CYGWIN #include -#endif #include #include @@ -46,18 +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 +#endif #if defined(HAVE_NETDB_H) # include -#endif +#endif #ifdef HAVE_ENDIAN_H # include #endif @@ -86,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 */