X-Git-Url: http://git.maemo.org/git/?p=opencv;a=blobdiff_plain;f=otherlibs%2F_graphics%2Finclude%2FOpenEXR%2FOpenEXRConfig.h;fp=otherlibs%2F_graphics%2Finclude%2FOpenEXR%2FOpenEXRConfig.h;h=0000000000000000000000000000000000000000;hp=6fa1a853a7d832dc0ad3fdc38da6f36a3e82295f;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hpb=454138ff8a20f6edb9b65a910101403d8b520643 diff --git a/otherlibs/_graphics/include/OpenEXR/OpenEXRConfig.h b/otherlibs/_graphics/include/OpenEXR/OpenEXRConfig.h deleted file mode 100644 index 6fa1a85..0000000 --- a/otherlibs/_graphics/include/OpenEXR/OpenEXRConfig.h +++ /dev/null @@ -1,43 +0,0 @@ -// -// This is a hard-coded config file for Windows platforms. Don't -// change any of these settings. -// - -// -// Define and set to 1 if the target system has POSIX thread support -// and you want OpenEXR to use it for multithreaded file I/O. -// - -/* #undef HAVE_PTHREAD */ - -// -// Define and set to 1 if the target system supports POSIX semaphores -// and you want OpenEXR to use them; otherwise, OpenEXR will use its -// own semaphore implementation. -// - -/* #undef HAVE_POSIX_SEMAPHORES */ - -// -// Define and set to 1 if the target system is a Darwin-based system -// (e.g., OS X). -// - -/* #undef HAVE_DARWIN */ - -// -// Define and set to 1 if the target system supports a proc filesystem -// compatible with the Linux kernel's proc filesystem. Note that this -// is only used by a program in the IlmImfTest test suite, it's not -// used by any OpenEXR library or application code. -// - -/* #undef HAVE_LINUX_PROCFS */ - -// -// Define and set to 1 if the target system has a complete -// implementation, specifically if it supports the std::right -// formatter. -// - -#define HAVE_COMPLETE_IOMANIP 1