LINE_MAX renamed to STR_LINE_MAX.
[egate.git] / kernel / kernel.h
index e97020d..e48cbe8 100644 (file)
  * Europagate, 1995
  *
  * $Log: kernel.h,v $
- * Revision 1.18  1995/05/16 09:40:42  adam
+ * Revision 1.19  1995/07/11 11:49:12  adam
+ * LINE_MAX renamed to STR_LINE_MAX.
+ *
+ * Revision 1.18  1995/05/16  09:40:42  adam
  * LICENSE. Setting of CCL token names (and/or/not/set) in read_kernel_res.
  *
  * Revision 1.17  1995/05/03  16:34:18  adam
 #endif
 #include <strqueue.h>
 
-#define LINE_MAX 1024
+#define STR_LINE_MAX 1024
 
 struct gw_user_set {
     char   *name;               /* name of result set */
@@ -147,7 +150,7 @@ struct gw_kernel_info {
     char *database;
     ZASS  zass;
     int command_no;
-    char  from_str[LINE_MAX+1];
+    char  from_str[STR_LINE_MAX+1];
     const char *reply_fname;
     int setno;
     int next_position;