mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
4116b82a40
PR: 18620 Submitted by: maintainer
20 lines
671 B
Plaintext
20 lines
671 B
Plaintext
--- lib/sshutil/sshincludes.h.old Wed May 17 18:39:44 2000
|
|
+++ lib/sshutil/sshincludes.h Wed May 17 18:40:19 2000
|
|
@@ -166,7 +166,7 @@
|
|
#define SSH_UID_ROOT 0
|
|
#endif /* SSH_UID_ROOT */
|
|
|
|
-#ifdef SSHDIST_ZLIB
|
|
+#if defined(SSHDIST_ZLIB) && !defined(__FreeBSD__)
|
|
/* Define zlib to have ssh prefix, so we will not care if there is another zlib
|
|
in the kernel */
|
|
#define deflateInit_ ssh_z_deflateInit_
|
|
@@ -202,6 +202,6 @@
|
|
#define uLongf ssh_z_uLongf
|
|
#define voidpf ssh_z_voidpf
|
|
#define voidp ssh_z_voidp
|
|
-#endif /* SSHDIST_ZLIB */
|
|
+#endif /* SSHDIST_ZLIB && !__FreeBSD__ */
|
|
|
|
#endif /* SSHINCLUDES_H */
|