changeset 3605:a4a33eb8f6e9

* 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.
author Jim Blandy <jimb@redhat.com>
date Thu, 10 Jun 1993 06:23:04 +0000
parents be31c90ee59d
children 713c76a95b74
files src/m/delta.h
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/delta.h	Thu Jun 10 06:21:19 1993 +0000
+++ b/src/m/delta.h	Thu Jun 10 06:23:04 1993 +0000
@@ -144,7 +144,6 @@
 #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.