[Patches] [ python-Patches-730826 ] Patch for NetBSD to activate all library features

SourceForge.net noreply@sourceforge.net
Thu, 01 May 2003 08:48:42 -0700


Patches item #730826, was opened at 2003-05-01 17:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=730826&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Marc Recht (marc)
Assigned to: Nobody/Anonymous (nobody)
Summary: Patch for NetBSD to activate all library features

Initial Comment:
NetBSD-current (as of last week), the upcoming 2.0, 
supports a define _NETBSD_SOURCE to activate all library 
features. It works similar to the _GNU_SOURCE define on 
Linux/glibc and the __EXTENSIONS__ define on Solaris. It is 
needed to compile the modules(/functions) that need 
functionaly that isn't available in a strict POSIX 
environment, eg. RPC, some socket related stuff 
(inet_[a|p]ton) and maybe more. 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=730826&group_id=5470