comparison lwlib/lwlib-config.c @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
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