summaryrefslogtreecommitdiffstats
path: root/Utilities/cmexpat/expatDllConfig.h.in
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-06-25 18:04:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-06-25 18:04:12 (GMT)
commit9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c (patch)
tree3a8ff714eb1a58274bd1c01855947785d2c39079 /Utilities/cmexpat/expatDllConfig.h.in
parent2cf4a0270a1754c0e827795e611a201afcba076c (diff)
downloadCMake-9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c.zip
CMake-9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c.tar.gz
CMake-9d4b5e52c18ded5dd55fdd21f629ff9d13f99d8c.tar.bz2
ENH: Initial import of expat
Diffstat (limited to 'Utilities/cmexpat/expatDllConfig.h.in')
-rw-r--r--Utilities/cmexpat/expatDllConfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Utilities/cmexpat/expatDllConfig.h.in b/Utilities/cmexpat/expatDllConfig.h.in
new file mode 100644
index 0000000..eaaf4b0
--- /dev/null
+++ b/Utilities/cmexpat/expatDllConfig.h.in
@@ -0,0 +1,6 @@
+#ifndef _expatDllConfig_h
+#define _expatDllConfig_h
+
+#cmakedefine CM_EXPAT_STATIC
+
+#endif