comparison src/m/next.h @ 44601:4be8406ebef9

Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf.
author Andreas Schwab <schwab@suse.de>
date Mon, 15 Apr 2002 13:23:33 +0000
parents ee40177f6c68
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
44600:42f01619b785 44601:4be8406ebef9
1 /* Configuration file for the NeXT machine. 1 /* Configuration file for the NeXT machine.
2 Copyright (C) 1990 Free Software Foundation, Inc. 2 Copyright (C) 1990, 2002 Free Software Foundation, Inc.
3 3
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
63 /* Mask for address bits within a memory segment */ 63 /* Mask for address bits within a memory segment */
64 64
65 #define SEGSIZ 0x20000 65 #define SEGSIZ 0x20000
66 #define SEGMENT_MASK (SEGSIZ - 1) 66 #define SEGMENT_MASK (SEGSIZ - 1)
67 67
68 #define HAVE_ALLOCA
69
70 #define SYSTEM_MALLOC 68 #define SYSTEM_MALLOC
71 69
72 #define HAVE_UNIX_DOMAIN 70 #define HAVE_UNIX_DOMAIN
73 71
74 #define LIB_X11_LIB -L/usr/lib/X11 -lX11 72 #define LIB_X11_LIB -L/usr/lib/X11 -lX11