diff options
-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 d68948e..341e47f 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -121,6 +121,9 @@ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if you have the `mkstemps' function. */ +#undef HAVE_MKSTEMPS + /* Define to 1 if you have the `mktime' function. */ #undef HAVE_MKTIME |