shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS shishi/lib


From: shishi-commit
Subject: CVS shishi/lib
Date: Fri, 15 Oct 2004 13:52:23 +0200

Update of /home/cvs/shishi/lib
In directory dopio:/tmp/cvs-serv6505

Modified Files:
        internal.h 
Log Message:
Add.


--- /home/cvs/shishi/lib/internal.h     2004/09/10 09:32:30     1.84
+++ /home/cvs/shishi/lib/internal.h     2004/10/15 11:52:23     1.85
@@ -157,6 +157,11 @@
                  SHISHI_VERBOSE_CRYPTO_NOISE)
 #define VERBOSE(h) (h->verbose & ~VERBOSES)
 
+/* For resolv.c and netio.c, on old systems. */
+#ifndef T_SRV
+# define T_SRV (33)
+#endif
+
 enum
 {
   UDP,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]