diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-18 08:20:49 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-01-18 08:20:49 +0000 |
commit | 080528894f0f3ac6940d70065ae078d195ca8c6d (patch) | |
tree | 130321cf5fd4761e25c1d220ce3f352a2acbc09c /config.h.in | |
parent | c8cbf37a42b051b362366df6f0dbe9919a102dbe (diff) | |
download | libkdcraw-080528894f0f3ac6940d70065ae078d195ca8c6d.tar.gz libkdcraw-080528894f0f3ac6940d70065ae078d195ca8c6d.zip |
Updated to last released KDE3 version of libkdcraw (0.1.9)
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 1888b13..bf17d17 100644 --- a/config.h.in +++ b/config.h.in @@ -138,6 +138,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS +/* using openmp */ +#undef USING_OPENMP + /* Version number of package */ #undef VERSION |