diff options
| author | Jim Blandy | 1993-06-10 06:23:04 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-10 06:23:04 +0000 |
| commit | 1cda1ca1a63f32a639d6571aa864c60964ba015a (patch) | |
| tree | b5a5c0233b170899703d00c296375f5a49639204 /src | |
| parent | 411c533fd2a59860c0d04b36a6c309d7c0342b34 (diff) | |
| download | emacs-1cda1ca1a63f32a639d6571aa864c60964ba015a.tar.gz emacs-1cda1ca1a63f32a639d6571aa864c60964ba015a.zip | |
* filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.
* m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this
for us.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/delta.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/delta.h b/src/m/delta.h index cf320eb3fe8..8b8649cea03 100644 --- a/src/m/delta.h +++ b/src/m/delta.h | |||
| @@ -144,7 +144,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 144 | #undef KERNEL_FILE | 144 | #undef KERNEL_FILE |
| 145 | #define KERNEL_FILE "/sysv68" | 145 | #define KERNEL_FILE "/sysv68" |
| 146 | #undef LDAV_SYMBOL | 146 | #undef LDAV_SYMBOL |
| 147 | #define SHORT_FILE_NAMES | ||
| 148 | 147 | ||
| 149 | /* The standard C library is -lc881, not -lc. | 148 | /* The standard C library is -lc881, not -lc. |
| 150 | -lbsd brings sigblock and sigsetmask. | 149 | -lbsd brings sigblock and sigsetmask. |