changed makefile structure M.Z.
This commit is contained in:
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user