diff lib-src/emacsclient.c @ 100364:1cbff49af513

(WCONTINUED): New compatibility define for older systems.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 11 Dec 2008 17:32:44 +0000
parents 271a9c928c41
children 9ad0989a1e66
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Thu Dec 11 17:20:45 2008 +0000
+++ b/lib-src/emacsclient.c	Thu Dec 11 17:32:44 2008 +0000
@@ -54,6 +54,10 @@
 # define CLOSE_SOCKET close
 # define INITIALIZE()
 
+# ifndef WCONTINUED
+#  define WCONTINUED 8
+# endif
+
 #endif /* !WINDOWSNT */
 
 #undef signal