Mercurial > hg > xemacs-beta
comparison src/s/gnu.h @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 2d532a89d707 |
children | 30d2cfa1092a |
comparison
equal
deleted
inserted
replaced
271:c7b7086b0a39 | 272:c5d627a313b1 |
---|---|
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 XEmacs; see the file COPYING. If not, write to | 17 along with XEmacs; 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 | 20 |
21 /* Synched up with: FSF 19.31. */ | 21 /* Synched up with: FSF 19.31. */ |
22 | 22 |
23 /* Get most of the stuff from bsd4.3 */ | 23 /* Get most of the stuff from bsd4.3 */ |
24 #include "bsd4-3.h" | 24 #include "bsd4-3.h" |
25 | 25 |
29 #undef SYSTEM_TYPE | 29 #undef SYSTEM_TYPE |
30 #define SYSTEM_TYPE "gnu" | 30 #define SYSTEM_TYPE "gnu" |
31 | 31 |
32 /* XXX should getloadavg be in libc? Should we have a libutil? | 32 /* XXX should getloadavg be in libc? Should we have a libutil? |
33 #define HAVE_GETLOADAVG */ | 33 #define HAVE_GETLOADAVG */ |
34 | |
35 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ | |
36 | |
37 /* #define NO_TERMIO */ /* mrb */ | |
38 | 34 |
39 #define LIBS_DEBUG | 35 #define LIBS_DEBUG |
40 | 36 |
41 /* XXX emacs should not expect TAB3 to be defined. */ | 37 /* XXX emacs should not expect TAB3 to be defined. */ |
42 #define TABDLY OXTABS | 38 #define TABDLY OXTABS |