Tru64 bugs workaround

Initial
Stephane Bortzmeyer 24 years ago
parent 05b2f51705
commit 0505a6b35d

@ -20,6 +20,11 @@
#endif
#define MAXNUMBER 20
/* For Tru 64 > 5 only */
#ifndef _POSIX_PII_SOCKET
#define _POSIX_PII_SOCKET 1
#endif
/* Probably too many inclusions but this is to keep 'gcc -Wall' happy... */
#include <stdio.h>
#include <stdlib.h>

Loading…
Cancel
Save