diff options
| author | das <das> | 2006-08-21 01:08:41 (GMT) |
|---|---|---|
| committer | das <das> | 2006-08-21 01:08:41 (GMT) |
| commit | 15e3d5cc6e879810d7cd751aabcb29b65e3318df (patch) | |
| tree | 79988284b81c4c2f62215be9b742d8dca444ab1c /unix/tclConfig.h.in | |
| parent | 9c939dfb782d1dd917a688f42193852b9316b730 (diff) | |
| download | tcl-15e3d5cc6e879810d7cd751aabcb29b65e3318df.zip tcl-15e3d5cc6e879810d7cd751aabcb29b65e3318df.tar.gz tcl-15e3d5cc6e879810d7cd751aabcb29b65e3318df.tar.bz2 | |
* generic/tclClock.c (ClockClicksObjCmd): add support for Darwin
* generic/tclCmdMZ.c (Tcl_TimeObjCmd): nanosecond resolution timer
* generic/tclInt.h: to [clock clicks] and [time]
* unix/configure.in (Darwin): when TCL_WIDE_CLICKS defined.
* unix/tclUnixTime.c (TclpGetWideClicks, TclpWideClicksToNanoseconds):
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
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 b61ddfb..501c83f 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -316,6 +316,9 @@ /* Do we allow unloading of shared libraries? */ #undef TCL_UNLOAD_DLLS +/* Does this platform have wide high-resolution clicks? */ +#undef TCL_WIDE_CLICKS + /* Are wide integers to be implemented with C 'long's? */ #undef TCL_WIDE_INT_IS_LONG |
