diff options
| author | das <das> | 2007-11-14 03:51:14 (GMT) |
|---|---|---|
| committer | das <das> | 2007-11-14 03:51:14 (GMT) |
| commit | 63c8e93aad5acaff87fced162ae43ff611f258a4 (patch) | |
| tree | fe353dca4a24f1843a9b6ae3b7efb63695104afd | |
| parent | b4fa3e993f81c5f5a6d6aa1ca688722e4bc89a45 (diff) | |
| download | tcl-63c8e93aad5acaff87fced162ae43ff611f258a4.zip tcl-63c8e93aad5acaff87fced162ae43ff611f258a4.tar.gz tcl-63c8e93aad5acaff87fced162ae43ff611f258a4.tar.bz2 | |
autoheader-2.59
| -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 0dc1839..929557a 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -34,6 +34,9 @@ /* Do we have fts functions? */ #undef HAVE_FTS +/* Define to 1 if getaddrinfo is available. */ +#undef HAVE_GETADDRINFO + /* Define to 1 if you have the `getattrlist' function. */ #undef HAVE_GETATTRLIST |
