diff options
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmtar/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmtar/CMakeLists.txt b/Utilities/cmtar/CMakeLists.txt index 80137ca..328a900 100644 --- a/Utilities/cmtar/CMakeLists.txt +++ b/Utilities/cmtar/CMakeLists.txt @@ -212,7 +212,7 @@ ELSE(HAVE_SIZEOF_UID_T) ENDIF(HAVE_SIZEOF_UID_T) #SET (HAVE_BASENAME 0) -#SET (HAVE_CTYPE_H 0) +SET (HAVE_CTYPE_H 1) # all our platforms have <ctype.h> #SET (HAVE_DEV_T 1) #SET (HAVE_DIRNAME 0) #SET (HAVE_FNMATCH 1) |