|
@@ -1,12 +1,12 @@
|
|
|
Index: src/config.h
|
|
Index: src/config.h
|
|
|
---- src/config.h.orig 2004-06-17 14:15:47.651863000 +0200
|
|
|
|
|
-+++ src/config.h 2004-06-17 14:14:18.163157000 +0200
|
|
|
|
|
-@@ -11,7 +11,7 @@
|
|
|
|
|
|
|
+--- src/config.h.orig 2005-09-21 03:23:51 +0200
|
|
|
|
|
++++ src/config.h 2005-10-08 09:23:46 +0200
|
|
|
|
|
+@@ -13,7 +13,7 @@
|
|
|
#include <string.h>
|
|
#include <string.h>
|
|
|
#include <pwd.h>
|
|
#include <pwd.h>
|
|
|
#include <limits.h>
|
|
#include <limits.h>
|
|
|
-#if (defined(__svr4__) || defined(unixware)) /* slo-laris */
|
|
-#if (defined(__svr4__) || defined(unixware)) /* slo-laris */
|
|
|
+#if defined(__svr4__) || defined(unixware) || (defined(__sun) && defined(__SVR4)) /* slo-laris */
|
|
+#if defined(__svr4__) || defined(unixware) || (defined(__sun) && defined(__SVR4)) /* slo-laris */
|
|
|
|
|
+ #undef QSORT_WAY
|
|
|
#include <sys/filio.h>
|
|
#include <sys/filio.h>
|
|
|
#endif
|
|
#endif
|
|
|
- #include <sys/types.h>
|
|
|