aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Blandy <[email protected]>1993-06-10 06:23:04 +0000
committerJim Blandy <[email protected]>1993-06-10 06:23:04 +0000
commit1cda1ca1a63f32a639d6571aa864c60964ba015a (patch)
treeb5a5c0233b170899703d00c296375f5a49639204 /src
parent411c533fd2a59860c0d04b36a6c309d7c0342b34 (diff)
* 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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/m/delta.h b/src/m/delta.h
index cf320eb3fe..8b8649cea0 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.