comparison lwlib/lwlib-config.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents f220cc83d72e
children 697ef44129c6
comparison
equal deleted inserted replaced
397:f4aeb21a5bad 398:74fd4e045ea6
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 LWLIB_WIDGETS_MOTIF
93 int lwlib_widgets_motif;
94 #else
95 # ifdef LWLIB_WIDGETS_ATHENA
96 int lwlib_widgets_athena;
97 # else
98 int lwlib_does_not_support_widgets;
99 # endif
100 #endif