X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fwsh.c;h=55eb3d8f0f7d35bcb9955c521b36235666d6deb8;hb=3c1a04c3c1aa9f80cd7b3f9a884968e6fc1b7220;hp=09e413d92d051244b1af0019b0c2d3158634ad80;hpb=7c2d86a77557592c7dd8d5415d8345f9bb74661c;p=egate.git diff --git a/www/wsh.c b/www/wsh.c index 09e413d..55eb3d8 100644 --- a/www/wsh.c +++ b/www/wsh.c @@ -41,7 +41,10 @@ * 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 #include +#include +#include + #include #include #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");