mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-11 16:40:36 +08:00
turn debug on
This commit is contained in:
parent
967187f1a5
commit
88b3d20e4e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user