changed makefile structure M.Z.

This commit is contained in:
cvs
2003-10-06 12:40:04 +00:00
parent d542f758b0
commit d62d2902ac
7 changed files with 112 additions and 74 deletions

View File

@ -1334,7 +1334,7 @@ static int RS__MAX_ASYNCH = 20; /* Asynch "ports" 0 - 19 will be allowed */
int tcp_option = UCX$C_TCP_PROBE_IDLE;
#else
int oto_len;
#ifdef Linux
#ifdef LINUX
int tcp_option = 0;
#else
int tcp_option = TCP_KEEPINIT;
@ -2414,7 +2414,7 @@ static int RS__MAX_ASYNCH = 20; /* Asynch "ports" 0 - 19 will be allowed */
for (;;) {
fflush (NULL);
#ifdef Linux
#ifdef LINUX
#define fds_bits __fds_bits
#endif /* Linux */