comparison lwlib/lwlib-config.c @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children 11054d720c21
comparison
equal deleted inserted replaced
411:12e008d41344 412:697ef44129c6
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