Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 757b829

Browse files
committed
A few more sparc_solaris cleanups from keith parks
1 parent 7807823 commit 757b829

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/include/config.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
#define BLCKSZ 8192
1010

1111
/* Found in catalog/catalog.c, but doesn't seem to do anything in there */
12+
#if !defined(sparc_solaris)
1213
#ifndef MAXPATHLEN
1314
#define MAXPATHLEN 80
1415
#endif
16+
#endif /* !defined(sparc_solaris) */
1517

1618
#define HAVE_MEMMOVE
1719

@@ -62,7 +64,7 @@
6264
# define NEED_UNION_SEMUN
6365
#endif
6466

65-
#if defined(sparc)
67+
#if defined(sparc) && !defined(sparc_solaris)
6668
# define USE_POSIX_TIME
6769
# undef HAVE_MEMMOVE
6870
#endif

0 commit comments

Comments
 (0)