chiark / gitweb /
Incorporate markups on all paper copies to date.
[userv.git] / common.h
index 5fdfd76670a356105e03710135dace489bb4c17a..73e015275594688e67fb039c489d63d9c77cb0b6 100644 (file)
--- a/common.h
+++ b/common.h
@@ -53,16 +53,15 @@ static const unsigned char protocolchecksumversion[PCSUMSIZE]= {
 #endif
 
 #define MAX_ALLOW_FD 1024
-#define MAX_INCLUDE_NEST 40
 #define MAX_GENERAL_STRING (1024*1024)
 #define MAX_OVERRIDE_LEN MAX_GENERAL_STRING
-#define MAX_ARGSDEFVARS 4096
+#define MAX_ARGSDEFVAR 4096
 #define MAX_GIDS 1024
 
 #ifdef DEBUG
-# define BASE_MAGIC 0x5deb7567 /* "\x5d\xebug" */
+# define BASE_MAGIC 0x5deb7567UL /* "\x5d\xebug" */
 #else
-# define BASE_MAGIC 0x755e7276 /* "u\x5erv" */
+# define BASE_MAGIC 0x755e7276UL /* "u\x5erv" */
 #endif
 
 enum {