From b0f2ba118d1d3d798f8573d2547b3ee9b39718ae Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Fri, 20 Apr 2007 09:13:59 +0000
Subject: [PATCH] #define IPPORT_IDENT

---
 src/xpdev/sockwrap.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/xpdev/sockwrap.h b/src/xpdev/sockwrap.h
index 3bbf03e49b..abdaddb2eb 100644
--- a/src/xpdev/sockwrap.h
+++ b/src/xpdev/sockwrap.h
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2007 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This library is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU Lesser General Public License		*
@@ -197,5 +197,8 @@ int 	retry_bind(SOCKET s, const struct sockaddr *addr, socklen_t addrlen
 #ifndef IPPORT_POP3
 #define IPPORT_POP3		110
 #endif
+#ifndef IPPORT_IDENT
+#define IPPORT_IDENT	113
+#endif
 
 #endif	/* Don't add anything after this line */
-- 
GitLab