comparison 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
comparison
equal deleted inserted replaced
143:7400a8e9d5ba 144:8b9366fc1361
2028 #include "confdefs.h" 2028 #include "confdefs.h"
2029 2029
2030 int main() { 2030 int main() {
2031 2031
2032 /* Ultrix mips cc rejects this. */ 2032 /* Ultrix mips cc rejects this. */
2033 typedef int charset[2]; const charset x; 2033 typedef int charset[2]; const charset x = {0,0};
2034 /* SunOS 4.1.1 cc rejects this. */ 2034 /* SunOS 4.1.1 cc rejects this. */
2035 char const *const *ccp; 2035 char const *const *ccp;
2036 char **p; 2036 char **p;
2037 /* NEC SVR4.0.2 mips cc rejects this. */ 2037 /* NEC SVR4.0.2 mips cc rejects this. */
2038 struct point {int x, y;}; 2038 struct point {int x, y;};