diff options
| author | Jim Blandy | 1993-05-20 02:05:02 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-20 02:05:02 +0000 |
| commit | 12a07afc12fc2bc34a0a4dbb6c72fc9cedcb3c44 (patch) | |
| tree | de36408d13d437ca1d8d0aecb2244f4d7466a67a /src | |
| parent | 566e35870bd50aa853d4d3ee013fa064e0d62366 (diff) | |
| download | emacs-12a07afc12fc2bc34a0a4dbb6c72fc9cedcb3c44.tar.gz emacs-12a07afc12fc2bc34a0a4dbb6c72fc9cedcb3c44.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/gnu-linux.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 2117fb34699..c0bb3a37181 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -1,27 +1,3 @@ | |||
| 1 | From johnsonm@stolaf.edu Thu Apr 29 23:04:42 1993 | ||
| 2 | Status: RO | ||
| 3 | X-VM-v5-Data: ([nil nil nil nil nil nil nil nil nil] | ||
| 4 | ["6194" "Thu" "29" "April" "93" "21:50:38" "CDT" "Michael K Johnson" "johnsonm@stolaf.edu " nil "194" "linux.h file as promised" "^From:" nil nil "4"]) | ||
| 5 | Received: by occs.cs.oberlin.edu (5.65/DEC-Ultrix/4.3-ccpvt-12/92) | ||
| 6 | id AA16177; Thu, 29 Apr 1993 23:04:37 -0400 | ||
| 7 | Received: from nic.stolaf.edu by churchy.gnu.ai.mit.edu (5.65/4.0) with SMTP | ||
| 8 | id <AA23757@churchy.gnu.ai.mit.edu>; Thu, 29 Apr 93 22:50:50 -0400 | ||
| 9 | Received: from lars.acc-admin.stolaf.edu (lars.acc.stolaf.edu) by stolaf.edu (4.1/SMI-4.1) | ||
| 10 | id AA21175; Thu, 29 Apr 93 21:50:38 CDT | ||
| 11 | Message-Id: <9304300250.AA21175@stolaf.edu> | ||
| 12 | Received: by lars.acc-admin.stolaf.edu (4.1/SMI-4.1) | ||
| 13 | id AA26266; Thu, 29 Apr 93 21:50:37 CDT | ||
| 14 | From: johnsonm@stolaf.edu (Michael K Johnson) | ||
| 15 | To: emacs-19-alpha@gnu.ai.mit.edu | ||
| 16 | Subject: linux.h file as promised | ||
| 17 | Date: Thu, 29 Apr 93 21:50:38 CDT | ||
| 18 | |||
| 19 | Here is the linux.h file that I used to compile emacs 19 with the | ||
| 20 | patches that I just sent to the list in my last message.: | ||
| 21 | |||
| 22 | michaelkjohnson | ||
| 23 | |||
| 24 | --------8<--------linux.h | ||
| 25 | /* This file is the configuration file for the Linux operating system. | 1 | /* This file is the configuration file for the Linux operating system. |
| 26 | Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. |
| 27 | Some changes copyright (C) 1993 Michael K. Johnson and Rik Faith. | 3 | Some changes copyright (C) 1993 Michael K. Johnson and Rik Faith. |
| @@ -210,4 +186,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 210 | #ifdef HAVE_X11 | 186 | #ifdef HAVE_X11 |
| 211 | #define LD_SWITCH_SYSTEM -L/usr/X386/lib | 187 | #define LD_SWITCH_SYSTEM -L/usr/X386/lib |
| 212 | #endif | 188 | #endif |
| 213 | |||