ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/tewi/config_platform.h
(Generate patch)

Comparing config_platform.h (file contents):
Revision 1.1 by nishi, Thu Oct 17 09:53:38 2024 UTC vs.
Revision 1.3 by nishi, Sun Nov 3 10:40:12 2024 UTC

# Line 36 | Line 36
36   /* Do not use getnameinfo */
37   #endif
38  
39 + #if (defined(__amiga__)) && !defined(NO_IPV6)
40 + #define NO_IPV6
41 + /* Amiga does not have IPv6 */
42 + #endif
43 +
44 + #if (defined(__amiga__)) && defined(HAS_CHROOT)
45 + #undef HAS_CHROOT
46 + /* Amiga does not have chroot */
47 + #endif
48 +
49 + #if (defined(__amiga__)) && !defined(NO_GETNAMEINFO)
50 + #define NO_GETNAMEINFO
51 + /* Do not use getnameinfo */
52 + #endif
53 +
54   #if (defined(_PSP) || defined(__PPU__) || defined(__ps2sdk__)) && !defined(NO_IPV6)
55   #define NO_IPV6
56   /* PSP/PS2/PS3 does not have IPv6 */
# Line 85 | Line 100
100   #undef USE_POLL
101   #endif
102  
103 + #if defined(__bsdi__) && !defined(NO_IPV6)
104 + #define NO_IPV6
105 + #endif
106 +
107 + #if defined(__bsdi__) && defined(USE_POLL)
108 + #undef USE_POLL
109 + #endif
110 +
111   #endif
112  
113   /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines