comparison src/m/delta.h @ 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 bb9b906aa772
children feee1e8ab9ad
comparison
equal deleted inserted replaced
3604:be31c90ee59d 3605:a4a33eb8f6e9
142 #define SIGNALS_VIA_CHARACTERS 142 #define SIGNALS_VIA_CHARACTERS
143 #define memmove memcpy /* memmove not provided until R3V7 */ 143 #define memmove memcpy /* memmove not provided until R3V7 */
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.
151 DO NOT USE -lPW. That version of alloca is broken, at last until version 150 DO NOT USE -lPW. That version of alloca is broken, at last until version
152 R3V7. -riku@field.fi -pot@cnuce.cnr.it. */ 151 R3V7. -riku@field.fi -pot@cnuce.cnr.it. */