comparison lwlib/xlwmenu.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 8f312684d6ec
children 58f8eee82765
comparison
equal deleted inserted replaced
26086:cc03e8352d48 26087:e0d966fb548f
17 along with GNU Emacs; see the file COPYING. If not, write to the 17 along with GNU Emacs; see the file COPYING. If not, write to the
18 Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20 20
21 /* Created by devin@lucid.com */ 21 /* Created by devin@lucid.com */
22
23 #ifdef HAVE_CONFIG_H
24 #include <config.h>
25 #endif
22 26
23 #include <stdio.h> 27 #include <stdio.h>
24 28
25 #include <sys/types.h> 29 #include <sys/types.h>
26 #include <X11/Xos.h> 30 #include <X11/Xos.h>