diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 4267da05d4e..1904d71b6c8 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -25,11 +25,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 25 | * Define all the symbols that apply correctly. | 25 | * Define all the symbols that apply correctly. |
| 26 | */ | 26 | */ |
| 27 | 27 | ||
| 28 | /* #define UNIPLUS */ | ||
| 29 | /* #define USG5 */ | 28 | /* #define USG5 */ |
| 30 | #define USG | 29 | #define USG |
| 31 | /* #define BSD_SYSTEM */ | 30 | /* #define BSD_SYSTEM */ |
| 32 | #define LINUX | ||
| 33 | #define GNU_LINUX | 31 | #define GNU_LINUX |
| 34 | 32 | ||
| 35 | /* SYSTEM_TYPE should indicate the kind of system you are using. | 33 | /* SYSTEM_TYPE should indicate the kind of system you are using. |