diff configure @ 144:8b9366fc1361 noffle

[svn] Added timeout to Prt_getLn to avoid Noffle hanging if the connection breaks down during a fetch.
author enz
date Sat, 23 Sep 2000 11:40:35 +0100
parents ffb8a4a91218
children fd821441f016
line wrap: on
line diff
--- a/configure	Sat Sep 23 11:37:01 2000 +0100
+++ b/configure	Sat Sep 23 11:40:35 2000 +0100
@@ -2030,7 +2030,7 @@
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;