summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-06-10 06:23:04 +0000
committerJim Blandy <jimb@redhat.com>1993-06-10 06:23:04 +0000
commit1cda1ca1a63f32a639d6571aa864c60964ba015a (patch)
treeb5a5c0233b170899703d00c296375f5a49639204
parent411c533fd2a59860c0d04b36a6c309d7c0342b34 (diff)
downloademacs-1cda1ca1a63f32a639d6571aa864c60964ba015a.tar.gz
emacs-1cda1ca1a63f32a639d6571aa864c60964ba015a.tar.bz2
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.
-rw-r--r--src/m/delta.h1
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. */
#undef KERNEL_FILE
#define KERNEL_FILE "/sysv68"
#undef LDAV_SYMBOL
-#define SHORT_FILE_NAMES
/* The standard C library is -lc881, not -lc.
-lbsd brings sigblock and sigsetmask.