turn debug on

This commit is contained in:
Dennis Heimbigner 2017-07-16 13:13:10 -06:00
parent 967187f1a5
commit 88b3d20e4e
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@
* https://stackoverflow.com/questions/1372480/c-redefinition-header-files-winsock2-h
*/
/* #define _WINSOCKAPI_*/
#define _WINSOCKAPI_
#if _MSC_VER>=1900
#define STDC99

View File

@ -1,7 +1,7 @@
#!/bin/sh
#export SETX=1
#export NCPATHDEBUG=1
export SETX=1
export NCPATHDEBUG=1
if test "x$srcdir" = x ; then srcdir=`pwd`; fi
. ../test_common.sh