Mercurial > hg > xemacs-beta
comparison src/s/386bsd.h @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 25f70ba0133c |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
162:4de2936b4e77 | 163:0132846995bd |
---|---|
4 | 4 |
5 /* Get most of the stuff from bsd4.3 */ | 5 /* Get most of the stuff from bsd4.3 */ |
6 #include "bsd4-3.h" | 6 #include "bsd4-3.h" |
7 | 7 |
8 #undef LIB_STANDARD | 8 #undef LIB_STANDARD |
9 #define LIB_STANDARD -lc $(GNULIB_VAR) | 9 #define LIB_STANDARD "-lc $(GNULIB_VAR)" |
10 | 10 |
11 /* The following should be set to /netbsd if you are running netbsd > 0.8 | 11 /* The following should be set to /netbsd if you are running netbsd > 0.8 |
12 Or just link /netbsd -> /386bsd */ | 12 Or just link /netbsd -> /386bsd */ |
13 #undef KERNEL_FILE | 13 #undef KERNEL_FILE |
14 #define KERNEL_FILE "/386bsd" | 14 #define KERNEL_FILE "/386bsd" |