More Win #defs removed from bsdcompat project
This commit is contained in:
parent
07537eb47c
commit
976eb6ee3b
|
@ -50,8 +50,6 @@
|
|||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\getopt.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\getopt_long.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\getrrsetbyname-ldns.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\getrrsetbyname.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\glob.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\inet_aton.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\inet_ntoa.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\inet_ntop.c" />
|
||||
|
@ -59,7 +57,6 @@
|
|||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\md5.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\mktemp.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\openssl-compat.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\port-aix.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\port-irix.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\port-linux.c" />
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\port-solaris.c" />
|
||||
|
|
|
@ -105,12 +105,6 @@
|
|||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\getrrsetbyname-ldns.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\getrrsetbyname.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\glob.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\inet_aton.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -132,9 +126,6 @@
|
|||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\openssl-compat.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\port-aix.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(OpenSSH-Src-Path)openbsd-compat\port-irix.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
|
|
@ -70,10 +70,6 @@
|
|||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#ifdef WIN32_FIXME
|
||||
#include <getopt.h>
|
||||
#endif
|
||||
|
||||
#include "log.h"
|
||||
|
||||
int opterr = 1; /* if error message should be printed */
|
||||
|
|
|
@ -47,8 +47,6 @@
|
|||
|
||||
#include "includes.h"
|
||||
|
||||
#ifndef WIN32_FIXME
|
||||
|
||||
#if !defined (HAVE_GETRRSETBYNAME) && !defined (HAVE_LDNS)
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -611,4 +609,3 @@ count_dns_rr(struct dns_rr *p, u_int16_t class, u_int16_t type)
|
|||
|
||||
#endif /* !defined (HAVE_GETRRSETBYNAME) && !defined (HAVE_LDNS) */
|
||||
|
||||
#endif /* !WIN32_FIXME */
|
||||
|
|
|
@ -60,8 +60,6 @@
|
|||
|
||||
#include "includes.h"
|
||||
|
||||
#ifndef WIN32_FIXME
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
|
@ -1065,5 +1063,3 @@ qprintf(const char *str, Char *s)
|
|||
|
||||
#endif /* !defined(HAVE_GLOB) || !defined(GLOB_HAS_ALTDIRFUNC) ||
|
||||
!defined(GLOB_HAS_GL_MATCHC) || !defined(GLOB_HAS_GL_STATV) */
|
||||
|
||||
#endif /* WIN32_FIXME */
|
||||
|
|
|
@ -26,8 +26,6 @@
|
|||
*/
|
||||
#include "includes.h"
|
||||
|
||||
#ifndef WIN32_FIXME
|
||||
|
||||
#include "xmalloc.h"
|
||||
#include "buffer.h"
|
||||
#include "key.h"
|
||||
|
@ -473,4 +471,3 @@ out:
|
|||
|
||||
#endif /* _AIX */
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue