comparison lwlib/lwlib-Xaw.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 d4de526fb0e0
children e1023a35920f
comparison
equal deleted inserted replaced
26086:cc03e8352d48 26087:e0d966fb548f
15 15
16 You should have received a copy of the GNU General Public License 16 You should have received a copy of the GNU General Public License
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
19 Boston, MA 02111-1307, USA. */ 19 Boston, MA 02111-1307, USA. */
20
21 #ifdef HAVE_CONFIG_H
22 #include <config.h>
23 #endif
20 24
21 #include <stdio.h> 25 #include <stdio.h>
22 26
23 #include "lwlib-Xaw.h" 27 #include "lwlib-Xaw.h"
24 28