More debianization
[erwise] / Cl / WWWLibrary / HTUtils.h
index b911690..7d92c1d 100644 (file)
@@ -140,7 +140,7 @@ typedef char        BOOLEAN;                /* Logical value */
 #define NO (BOOLEAN)0
 #endif
 
-#define TCP_PORT 2784          /* 80 Allocated by Jon Postel/ISI 24-Jan-92 */
+#define TCP_PORT 80            /* 80 Allocated by Jon Postel/ISI 24-Jan-92 */
 
 /*     Is character c white space? */
 
@@ -155,13 +155,8 @@ typedef char       BOOLEAN;                /* Logical value */
 #include "HTString.h"  /* String utilities */
 
 #ifndef ERWISE_UI
-#ifdef __STDC__
+/* Toni */
 #include <stdarg.h>
-#else
-#include <varargs.h>
-#endif
-#else
-#include <varargs.h>
 #endif /* ERWISE */
 
 #ifdef CURSES