]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1904] New: 4.2.7p160 Windows build broken (POSIX_SHELL).
authorDave Hart <hart@ntp.org>
Sun, 1 May 2011 10:37:55 +0000 (10:37 +0000)
committerDave Hart <hart@ntp.org>
Sun, 1 May 2011 10:37:55 +0000 (10:37 +0000)
bk: 4dbd380399c7Lq3_OPqSpNyT_DL2xg

ports/winnt/include/config.h

index 72dedd88e8fa98ce0d5129ae2941265710678566..63cb3507b5ec0a6302659fa30d0e2b107c7a1af9 100644 (file)
@@ -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