comparison lwlib/xrdb.c @ 26087:e0d966fb548f

Add support for large files, plus some locale improvements. * dispatch.c, lwlib-Xaw.c, lwlib-Xlw.c, lwlib-Xm.c, lwlib.c, xlwmenu.c, xrdb-cpp.c, xrdb.c: Include <config.h> before any system include files. * lwlib-Xm.c, lwlib.c: Do not include <stdlib.h> or <string.h>, as <config.h> does this.
author Paul Eggert <eggert@twinsun.com>
date Tue, 19 Oct 1999 07:21:16 +0000
parents 648d04be6a9c
children
comparison
equal deleted inserted replaced
26086:cc03e8352d48 26087:e0d966fb548f
1 /* This file overrides the R4 or R5 mit/lib/Xt/Initialize.c, except that 1 /* This file overrides the R4 or R5 mit/lib/Xt/Initialize.c, except that
2 the functions lwlib_GetFileDatabase(), lwlib_CombineFileDatabase(), and 2 the functions lwlib_GetFileDatabase(), lwlib_CombineFileDatabase(), and
3 lwlib_xrdb_initialize() are called. By doing this silly cpp hack, we 3 lwlib_xrdb_initialize() are called. By doing this silly cpp hack, we
4 avoid version skew problems. 4 avoid version skew problems.
5 */ 5 */
6
7 #ifdef HAVE_CONFIG_H
8 #include <config.h>
9 #endif
6 10
7 #include <X11/Xlib.h> 11 #include <X11/Xlib.h>
8 #include <X11/cursorfont.h> 12 #include <X11/cursorfont.h>
9 #include <X11/Xutil.h> 13 #include <X11/Xutil.h>
10 14