A few more sparc_solaris cleanups from keith parks

This commit is contained in:
Marc G. Fournier 1996-11-09 01:48:32 +00:00
parent 78078236ea
commit 757b829ea8
1 changed files with 3 additions and 1 deletions

View File

@ -9,9 +9,11 @@
#define BLCKSZ 8192
/* Found in catalog/catalog.c, but doesn't seem to do anything in there */
#if !defined(sparc_solaris)
#ifndef MAXPATHLEN
#define MAXPATHLEN 80
#endif
#endif /* !defined(sparc_solaris) */
#define HAVE_MEMMOVE
@ -62,7 +64,7 @@
# define NEED_UNION_SEMUN
#endif
#if defined(sparc)
#if defined(sparc) && !defined(sparc_solaris)
# define USE_POSIX_TIME
# undef HAVE_MEMMOVE
#endif