Sort of targets in multiple-targets selection.
[egate.git] / www / wsh.c
index 09e413d..55eb3d8 100644 (file)
--- a/www/wsh.c
+++ b/www/wsh.c
  * USE OR PERFORMANCE OF THIS SOFTWARE.
  *
  * $Log: wsh.c,v $
- * Revision 1.11  1996/02/12 10:10:32  adam
+ * Revision 1.12  1996/02/19 15:45:00  adam
+ * Sort of targets in multiple-targets selection.
+ *
+ * Revision 1.11  1996/02/12  10:10:32  adam
  * Resource/config system used by the gateway.
  *
  * Revision 1.10  1996/01/12  10:05:22  adam
@@ -91,6 +94,9 @@
 #include <unistd.h>
 #include <ctype.h>
 
+#include <sys/resource.h>
+#include <sys/time.h>
+
 #include <gw-db.h>
 #include <gw-res.h>
 #include "whtml.h"
@@ -107,6 +113,13 @@ int main (int argc, char **argv)
     W_Interp w_interp;
     GW_DB gw_db;
     GwRes shRes;
+#if 0
+    struct rlimit rlim;
+
+    rlim.rlim_cur = RLIM_INFINITY;
+    rlim.rlim_max = RLIM_INFINITY;
+    setrlimit (RLIMIT_CORE, &rlim);
+#endif
 
     gw_log_init (*argv);
     gw_log_file (GW_LOG_ALL, "egwsh_log");