]> andersk Git - moira.git/commitdiff
added definition of ARGLEN
authormar <mar>
Thu, 14 Jan 1988 13:12:06 +0000 (13:12 +0000)
committermar <mar>
Thu, 14 Jan 1988 13:12:06 +0000 (13:12 +0000)
server/mr_server.h

index 9276ed8643a32e977911ad788cf2bb6f31ef95d7..47aeded9502a5aa4f2cf8e4ea0cbd5c976a34586 100644 (file)
@@ -6,9 +6,12 @@
  *     Copyright (C) 1987 by the Massachusetts Institute of Technology
  *
  *     $Log$
- *     Revision 1.7  1987-07-29 16:03:30  wesommer
- *     Added last_time_used field to client structure.
+ *     Revision 1.8  1988-01-14 13:12:06  mar
+ *     added definition of ARGLEN
  *
+ * Revision 1.7  87/07/29  16:03:30  wesommer
+ * Added last_time_used field to client structure.
+ * 
  * Revision 1.6  87/07/14  00:36:40  wesommer
  * Added debugging options.
  * 
@@ -98,3 +101,6 @@ extern int log_flags;
 #define LOG_RESP               0x0008
 #define LOG_RES                        0x0010
 
+
+/* max length of query argument allowed */
+#define ARGLEN 128
This page took 0.302748 seconds and 5 git commands to generate.