Changeset 1990


Ignore:
Timestamp:
Jun 5, 2005, 7:23:54 AM (21 years ago)
Author:
bird
Message:

default to USE_LIBC_TCPIP. Respect TCPV41HDRS.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/cdefs.h

    • Property cvs2svn:cvs-rev changed from 1.14 to 1.15
    r1989 r1990  
    479479#endif
    480480
     481
     482
     483
     484
     485
     486
     487
     488
     489
     490
     491
     492
     493
     494
     495
     496
     497
     498
    481499/* bird: toolkit pollution */
    482500#define __TCPPROTO(args) __P(args)
    483 #if !defined(TCPCALL) && !defined(__USE_LIBC_TCPIP)
    484 #define TCPCALL _System
    485 #else
    486 #define TCPCALL
    487 #endif
     501#ifndef TCPCALL
     502# ifdef __USE_LIBC_TCPIP
     503#  define TCPCALL
     504# else
     505#  define TCPCALL _System
     506# endif
     507#endif
    488508
    489509/* zap: For backward compatibility with GCC/EMX */
Note: See TracChangeset for help on using the changeset viewer.