Skip to content
Snippets Groups Projects
Commit b0f2ba11 authored by rswindell's avatar rswindell
Browse files

#define IPPORT_IDENT

parent 28a0bbd9
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * @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 * * This library is free software; you can redistribute it and/or *
* modify it under the terms of the GNU Lesser General Public License * * 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 ...@@ -197,5 +197,8 @@ int retry_bind(SOCKET s, const struct sockaddr *addr, socklen_t addrlen
#ifndef IPPORT_POP3 #ifndef IPPORT_POP3
#define IPPORT_POP3 110 #define IPPORT_POP3 110
#endif #endif
#ifndef IPPORT_IDENT
#define IPPORT_IDENT 113
#endif
#endif /* Don't add anything after this line */ #endif /* Don't add anything after this line */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment