summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/libarchive/config_windows.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2010-04-27 21:45:40 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2010-04-27 21:45:40 (GMT)
commit2e188ef1ffe4a74080bd5da6e56ee431de23f277 (patch)
tree7e862bfd38453b84b15b04c106e9119acbaa386b /Utilities/cmlibarchive/libarchive/config_windows.h
parent8e6872857ee4a6c014f3209fe679c37b4e6d0282 (diff)
downloadCMake-2e188ef1ffe4a74080bd5da6e56ee431de23f277.zip
CMake-2e188ef1ffe4a74080bd5da6e56ee431de23f277.tar.gz
CMake-2e188ef1ffe4a74080bd5da6e56ee431de23f277.tar.bz2
Get rid of c++ style comments in C code.
Diffstat (limited to 'Utilities/cmlibarchive/libarchive/config_windows.h')
-rw-r--r--Utilities/cmlibarchive/libarchive/config_windows.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Utilities/cmlibarchive/libarchive/config_windows.h b/Utilities/cmlibarchive/libarchive/config_windows.h
index c50f64d..cbbaccf 100644
--- a/Utilities/cmlibarchive/libarchive/config_windows.h
+++ b/Utilities/cmlibarchive/libarchive/config_windows.h
@@ -7,10 +7,11 @@
#ifndef CONFIG_H_INCLUDED
#define CONFIG_H_INCLUDED
-
+/*
///////////////////////////////////////////////////////////////////////////
// Check for Watcom and Microsoft Visual C compilers (WIN32 only) ///////
///////////////////////////////////////////////////////////////////////////
+*/
#if (defined(__WIN32__) || defined(_WIN32) || defined(__WIN32)) && !defined(__CYGWIN__)
#define IS_WIN32 1
@@ -33,8 +34,8 @@
/* Define to 1 if UID should be unsigned */
#define USE_UNSIGNED_GID 1
#endif
-///////////////////////////////////////////////////////////////////////////
-///////////////////////////////////////////////////////////////////////////
+/*///////////////////////////////////////////////////////////////////////////
+///////////////////////////////////////////////////////////////////////////*/
/* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */