HAVE_SYSTEM

Dear lib-www users,

Below is a small diff file for activating the system() command
(mainly used by presenters) in environments that support it.
I was trapped by this now the fourth time (wondering, why
the presenter does not work)

best regards
-gustaf neumann
==============================================================================
--- w3c-libwww-5.1b/config.h.in.ORIG    Sat Apr  5 02:26:06 1997
+++ w3c-libwww-5.1b/config.h.in Wed Jun  4 20:57:20 1997
@@ -448,4 +448,7 @@
 /* Define this if sys_nerr must be declared (if it exists). */
 #undef NEED_SYS_NERR_DECLARED
 
+#ifdef HAVE_STDLIB_H
+#define HAVE_SYSTEM
+#endif
 
==============================================================================

--
Wirtschaftsinformatik und Softwaretechnik        
Universitaet GH Essen, FB5
Altendorfer Strasse 97-101, Eingang B, D-45143 Essen
Tel.: +49 (0201) 81003-74, Fax:  +49 (0201) 81003-73
Gustaf.Neumann@uni-essen.de
http://nestroy.wi-inf.uni-essen.de/Neumann.html

Received on Wednesday, 4 June 1997 15:33:04 UTC