This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients
Date 2003-01-10.23:08:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=44345

On my Mac stdlib.h contains the declaration for realpath() and sys/param.h defines MAXPATHLEN which is referenced in the realpath man page.  On
my Mandrake system, realpath() is declared in stdlib.h.  The man page there
references limits.h, though I didn't see any constant like MAXPATHLEN
referenced in the man page.

I guess dump the #includes and wait to see if any platforms complain.
S
History
Date User Action Args
2007-08-23 15:19:44adminlinkissue664376 messages
2007-08-23 15:19:44admincreate