projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7807823
)
A few more sparc_solaris cleanups from keith parks
author
Marc G. Fournier
Sat, 9 Nov 1996 01:48:32 +0000
(
01:48
+0000)
committer
Marc G. Fournier
Sat, 9 Nov 1996 01:48:32 +0000
(
01:48
+0000)
src/include/config.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/config.h
b/src/include/config.h
index 4cc9e37229ddfc16367aca9ce3af774850621c28..07040eed39ebb10f6fc9c5482836dc286e690c1c 100644
(file)
--- a/
src/include/config.h
+++ b/
src/include/config.h
@@
-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