Disabled external gits
This commit is contained in:
7
cs440-acg/ext/openexr/PyIlmBase/config/Makefile.am
Normal file
7
cs440-acg/ext/openexr/PyIlmBase/config/Makefile.am
Normal file
@@ -0,0 +1,7 @@
|
||||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
configincludedir = $(includedir)/OpenEXR
|
||||
|
||||
configinclude_HEADERS = PyIlmBaseConfig.h
|
||||
|
||||
EXTRA_DIST = PyIlmBaseConfig.h.in
|
31
cs440-acg/ext/openexr/PyIlmBase/config/PyIlmBaseConfig.h.in
Normal file
31
cs440-acg/ext/openexr/PyIlmBase/config/PyIlmBaseConfig.h.in
Normal file
@@ -0,0 +1,31 @@
|
||||
//
|
||||
// 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 is a Darwin-based system
|
||||
// (e.g., OS X).
|
||||
//
|
||||
|
||||
#undef HAVE_DARWIN
|
||||
|
||||
//
|
||||
// Define and set to 1 if the target system has a complete <iomanip>
|
||||
// implementation, specifically if it supports the std::right
|
||||
// formatter.
|
||||
//
|
||||
|
||||
#undef HAVE_COMPLETE_IOMANIP
|
||||
|
||||
//
|
||||
// Define and set to 1 if the target system has support for large
|
||||
// stack sizes.
|
||||
//
|
||||
|
||||
#undef HAVE_LARGE_STACK
|
||||
|
Reference in New Issue
Block a user