Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit757b829

Browse files
committed
A few more sparc_solaris cleanups from keith parks
1 parent7807823 commit757b829

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
#defineBLCKSZ8192
1010

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

1618
#defineHAVE_MEMMOVE
1719

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

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp