comparison lwlib/lwlib-config.c @ 243:f220cc83d72e r20-5b20

Import from CVS: tag r20-5b20
author cvs
date Mon, 13 Aug 2007 10:17:07 +0200
parents d44af0c54775
children 74fd4e045ea6
comparison
equal deleted inserted replaced
242:fc816b73a05f 243:f220cc83d72e
53 int lwlib_uses_motif_1_2; 53 int lwlib_uses_motif_1_2;
54 #else 54 #else
55 int lwlib_does_not_use_motif_1_2; 55 int lwlib_does_not_use_motif_1_2;
56 #endif 56 #endif
57 57
58 #ifdef MENUBARS_LUCID 58 #ifdef LWLIB_MENUBARS_LUCID
59 int lwlib_menubars_lucid; 59 int lwlib_menubars_lucid;
60 #else 60 #else
61 # ifdef MENUBARS_MOTIF 61 # ifdef LWLIB_MENUBARS_MOTIF
62 int lwlib_menubars_motif; 62 int lwlib_menubars_motif;
63 # else 63 # else
64 int lwlib_does_not_support_menubars; 64 int lwlib_does_not_support_menubars;
65 # endif 65 # endif
66 #endif 66 #endif
67 67
68 #ifdef SCROLLBARS_LUCID 68 #ifdef LWLIB_SCROLLBARS_LUCID
69 int lwlib_scrollbars_lucid; 69 int lwlib_scrollbars_lucid;
70 #else 70 #else
71 # ifdef SCROLLBARS_MOTIF 71 # ifdef LWLIB_SCROLLBARS_MOTIF
72 int lwlib_scrollbars_motif; 72 int lwlib_scrollbars_motif;
73 # else 73 # else
74 # ifdef SCROLLBARS_ATHENA 74 # ifdef LWLIB_SCROLLBARS_ATHENA
75 int lwlib_scrollbars_athena; 75 int lwlib_scrollbars_athena;
76 # else 76 # else
77 int lwlib_does_not_support_scrollbars; 77 int lwlib_does_not_support_scrollbars;
78 # endif 78 # endif
79 # endif 79 # endif
80 #endif 80 #endif
81 81
82 #ifdef DIALOGS_MOTIF 82 #ifdef LWLIB_DIALOGS_MOTIF
83 int lwlib_dialogs_motif; 83 int lwlib_dialogs_motif;
84 #else 84 #else
85 # ifdef DIALOGS_ATHENA 85 # ifdef LWLIB_DIALOGS_ATHENA
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