summaryrefslogtreecommitdiffstats
path: root/Utilities/cmlibarchive/build/cmake/config.h.in
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2010-11-09 20:53:55 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2010-11-09 20:53:55 (GMT)
commit745671441d3bcecac171334da350e92ab8b5f7b9 (patch)
treebaf116f89fcabe134985ad3492a52d1503870457 /Utilities/cmlibarchive/build/cmake/config.h.in
parent385b681138b5e185bf50e4ee1d54f3b57e229fdd (diff)
parent92c082b1c9269a2fcbb9472b02adb3dd57a283ea (diff)
downloadCMake-745671441d3bcecac171334da350e92ab8b5f7b9.zip
CMake-745671441d3bcecac171334da350e92ab8b5f7b9.tar.gz
CMake-745671441d3bcecac171334da350e92ab8b5f7b9.tar.bz2
Merge topic 'fix_osf_build'
92c082b Add a fix for the inline keyword on the osf os. bd56626 Fixes for the OSF operating system build.
Diffstat (limited to 'Utilities/cmlibarchive/build/cmake/config.h.in')
-rw-r--r--Utilities/cmlibarchive/build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Utilities/cmlibarchive/build/cmake/config.h.in b/Utilities/cmlibarchive/build/cmake/config.h.in
index 9af45a0..34dbce3 100644
--- a/Utilities/cmlibarchive/build/cmake/config.h.in
+++ b/Utilities/cmlibarchive/build/cmake/config.h.in
@@ -1,4 +1,7 @@
/* config.h. Generated from config.h.cmake by cmake configure */
+#if defined(__osf__)
+# define _OSF_SOURCE
+#endif
/* Version number of bsdcpio */
#cmakedefine BSDCPIO_VERSION_STRING "${BSDCPIO_VERSION_STRING}"