Added HAVE_LLABS to account for openssh master changes

This commit is contained in:
Manoj Ampalam 2017-03-24 13:10:01 -07:00
parent 77117380e5
commit b5b05a5eac
1 changed files with 2 additions and 3 deletions

View File

@ -1681,13 +1681,12 @@
/* Windows specific macro added to workaround mysignal implementaion in bsd-misc.c */
#define HAVE_MYSIGNAL 1
#define PATH_MAX MAX_PATH
#define S_IFIFO 0x1000
#define HAVE_EXPLICIT_BZERO
#define HAVE_MBTOWC 1
#define HAVE_LLABS 1
#include <signal.h>
#include <io.h>