diff options
author | dgp <dgp@users.sourceforge.net> | 2007-09-14 16:28:31 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-09-14 16:28:31 (GMT) |
commit | 71e4e517adef8fec361cf29fe0267b8969397c5d (patch) | |
tree | 287597c5502070c45842baf94e037ed90332f956 /unix/tclConfig.h.in | |
parent | c7e73c4cd266980a059e9eace37be5122345f536 (diff) | |
download | tcl-71e4e517adef8fec361cf29fe0267b8969397c5d.zip tcl-71e4e517adef8fec361cf29fe0267b8969397c5d.tar.gz tcl-71e4e517adef8fec361cf29fe0267b8969397c5d.tar.bz2 |
merge updates from HEAD
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 8636c5f..489b8fb 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -418,6 +418,9 @@ /* May we include <dirent2.h>? */ #undef USE_DIRENT2_H +/* Are we building with DTrace support? */ +#undef USE_DTRACE + /* Should we use FIONBIO? */ #undef USE_FIONBIO |