comparison lwlib/lwlib-config.c @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 1ce6082ce73f
children d44af0c54775
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
23 correspond to the way it thinks lwlib was compiled, and if lwlib wasn't 23 correspond to the way it thinks lwlib was compiled, and if lwlib wasn't
24 compiled in that way, then somewhat meaningful link errors will result. 24 compiled in that way, then somewhat meaningful link errors will result.
25 The alternatives to this range from obscure link errors, to obscure 25 The alternatives to this range from obscure link errors, to obscure
26 runtime errors that look a lot like bugs. */ 26 runtime errors that look a lot like bugs. */
27 27
28 #include <config.h>
28 #include "lwlib.h" 29 #include "lwlib.h"
29 30
30 #include <X11/Xlib.h> /* to get XlibSpecificationRelease */ 31 #include <X11/Xlib.h> /* to get XlibSpecificationRelease */
31 #ifdef NEED_MOTIF 32 #ifdef NEED_MOTIF
32 #include <Xm/Xm.h> /* to get XmVersion */ 33 #include <Xm/Xm.h> /* to get XmVersion */