From: Dave Hart Date: Sun, 1 May 2011 10:37:55 +0000 (+0000) Subject: [Bug 1904] New: 4.2.7p160 Windows build broken (POSIX_SHELL). X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1205a2acf7f0bb42cfe301b42dfd3fb0cd5e45b;p=thirdparty%2Fntp.git [Bug 1904] New: 4.2.7p160 Windows build broken (POSIX_SHELL). bk: 4dbd380399c7Lq3_OPqSpNyT_DL2xg --- diff --git a/ports/winnt/include/config.h b/ports/winnt/include/config.h index 72dedd88e8..63cb3507b5 100644 --- a/ports/winnt/include/config.h +++ b/ports/winnt/include/config.h @@ -394,6 +394,7 @@ typedef unsigned long uintptr_t; /* Directory separator, usually / or \ */ #define DIR_SEP '\\' +#define POSIX_SHELL "/bin/sh" /* libopts/makeshell.c */ #define ULONG_CONST(a) a ## UL