openbsd-ports/net/pop3gwd/patches/patch-pop3-gwh
kevlo 748a3eadcb pop3gwd is an application-level gateway, or proxy, designed to allow
mail retrieval from POP3 servers by systems that either:

	(a) are behind a firewall or screening router OR
	(b) do not have an assigned IP number OR
	(c) must share a SLIP/PPP connection on another system
2000-01-03 02:22:42 +00:00

13 lines
317 B
Plaintext

# $OpenBSD: patch-pop3-gwh,v 1.1.1.1 2000/01/03 02:22:43 kevlo Exp $
--- pop3-gw.h.orig Thu Jun 19 19:06:28 1997
+++ pop3-gw.h Tue Dec 28 12:15:22 1999
@@ -96,7 +96,7 @@
#define BAD -1
#define FALSE 0
#define TRUE 1
-#ifndef __FreeBSD__
+#if !defined( BSD4_4 )
#define MAX(A, B) ((A) > (B) ? (A) : (B))
#endif