diff options
author | David Cole <david.cole@kitware.com> | 2010-11-09 20:53:55 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-11-09 20:53:55 (GMT) |
commit | 745671441d3bcecac171334da350e92ab8b5f7b9 (patch) | |
tree | baf116f89fcabe134985ad3492a52d1503870457 /Utilities/cmlibarchive/build/cmake/config.h.in | |
parent | 385b681138b5e185bf50e4ee1d54f3b57e229fdd (diff) | |
parent | 92c082b1c9269a2fcbb9472b02adb3dd57a283ea (diff) | |
download | CMake-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.in | 3 |
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}" |