Index: Makefile.in =================================================================== diff -u -r60d83a2fa5b5b46b6aa49e61ccc4ac4533cfeb88 -r5575658e6ea9c0f22a38223960a6c242e809dd67 --- Makefile.in (.../Makefile.in) (revision 60d83a2fa5b5b46b6aa49e61ccc4ac4533cfeb88) +++ Makefile.in (.../Makefile.in) (revision 5575658e6ea9c0f22a38223960a6c242e809dd67) @@ -218,7 +218,7 @@ LIBS = @PKG_LIBS@ @LIBS@ AR = @AR@ CFLAGS = @CFLAGS@ -COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -DNSF_CFLAGS=\"$(CFLAGS_DEFAULT)\" +COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) #======================================================================== # Start of user-definable TARGETS section Index: TODO =================================================================== diff -u -r60d83a2fa5b5b46b6aa49e61ccc4ac4533cfeb88 -r5575658e6ea9c0f22a38223960a6c242e809dd67 --- TODO (.../TODO) (revision 60d83a2fa5b5b46b6aa49e61ccc4ac4533cfeb88) +++ TODO (.../TODO) (revision 5575658e6ea9c0f22a38223960a6c242e809dd67) @@ -3512,7 +3512,15 @@ - nsf.c: * report configuration options via "parray nsf::config" + sample output + % parray nsf::config + nsf::config(development) = 1 + nsf::config(dtrace) = 0 + nsf::config(memcount) = 0 + nsf::config(memtrace) = 0 + nsf::config(profile) = 0 + build-environment: * make configure.in Makefile.in more in line with the TEA sample app (removing leftovers from prior versions of TEA) Index: generic/nsfDebug.c =================================================================== diff -u -rba609b1194e7aaa37ae0756717abb19215376af9 -r5575658e6ea9c0f22a38223960a6c242e809dd67 --- generic/nsfDebug.c (.../nsfDebug.c) (revision ba609b1194e7aaa37ae0756717abb19215376af9) +++ generic/nsfDebug.c (.../nsfDebug.c) (revision 5575658e6ea9c0f22a38223960a6c242e809dd67) @@ -68,8 +68,6 @@ "0", #endif TCL_GLOBAL_ONLY); - - Tcl_SetVar(interp, "::nsf::config(cflags)", NSF_CFLAGS , TCL_GLOBAL_ONLY); } /*