comparison lwlib/lwlib-config.c @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 6b37e6ddd302
children f220cc83d72e
comparison
equal deleted inserted replaced
216:43306a74e31c 217:d44af0c54775
86 int lwlib_dialogs_athena; 86 int lwlib_dialogs_athena;
87 # else 87 # else
88 int lwlib_does_not_support_dialogs; 88 int lwlib_does_not_support_dialogs;
89 # endif 89 # endif
90 #endif 90 #endif
91
92 #ifdef ENERGIZE
93 int lwlib_uses_energize;
94 #else
95 int lwlib_does_not_use_energize;
96 #endif