pmFeatureDependencies.h
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef __PM_EMPTY_PM_FEATURES_H__
00017 #define __PM_EMPTY_PM_FEATURES_H__
00018
00019
00155
00156
00157 #if defined(HAVE_ASSERT) && !defined(HAVE_CLASSES)
00158 #error HAVE_ASSERT requires HAVE_CLASSES
00159 #endif
00160
00161
00162 #if defined(HAVE_GENERATORS) && !defined(HAVE_CLASSES)
00163 #error HAVE_GENERATORS requires HAVE_CLASSES
00164 #endif
00165
00166
00167 #if defined(HAVE_CLOSURES) && !defined(HAVE_DEFAULTARGS)
00168 #error HAVE_CLOSURES requires HAVE_DEFAULTARGS
00169 #endif
00170
00171
00172 #if defined(HAVE_BYTEARRAY) && !defined(HAVE_CLASSES)
00173 #error HAVE_BYTEARRAY requires HAVE_CLASSES
00174 #endif
00175
00176 #endif