diff options
author | David Cole <david.cole@kitware.com> | 2006-05-23 16:38:22 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2006-05-23 16:38:22 (GMT) |
commit | 13a68cd97888d451d9f40b61891709af1648432b (patch) | |
tree | 8cf57a71bc01c1890e8f56ffecb3a85d208ceafe /Utilities/cmtar/config.h.in | |
parent | 35334d01cdf533262c1fad9bfcd7794afaaf6d09 (diff) | |
download | CMake-13a68cd97888d451d9f40b61891709af1648432b.zip CMake-13a68cd97888d451d9f40b61891709af1648432b.tar.gz CMake-13a68cd97888d451d9f40b61891709af1648432b.tar.bz2 |
COMP: Fix warnings on Borland dashboards...
Diffstat (limited to 'Utilities/cmtar/config.h.in')
-rw-r--r-- | Utilities/cmtar/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmtar/config.h.in b/Utilities/cmtar/config.h.in index 948afde..1ab4362 100644 --- a/Utilities/cmtar/config.h.in +++ b/Utilities/cmtar/config.h.in @@ -30,6 +30,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #cmakedefine HAVE_INTTYPES_H @HAVE_INTTYPES_H@ +/* Define to 1 if you have the <io.h> header file. */ +#cmakedefine HAVE_IO_H @HAVE_IO_H@ + /* Define to 1 if you have the `lchown' function. */ #cmakedefine HAVE_LCHOWN @HAVE_LCHOWN@ |