summaryrefslogtreecommitdiffstats
path: root/Python/importdl.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-04-25 15:29:46 (GMT)
committerThomas Wouters <thomas@python.org>2006-04-25 15:29:46 (GMT)
commit1ddba60e3d084bfca4615bbd77c3c6f4ed34d8ee (patch)
tree3219543e7fa62037870be242f4aa70c94308d533 /Python/importdl.h
parent0452049b6f3c8f78193b0f83072b357264dbcb1c (diff)
downloadcpython-1ddba60e3d084bfca4615bbd77c3c6f4ed34d8ee.zip
cpython-1ddba60e3d084bfca4615bbd77c3c6f4ed34d8ee.tar.gz
cpython-1ddba60e3d084bfca4615bbd77c3c6f4ed34d8ee.tar.bz2
Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses
MAXPATHLEN-sized buffers for various output-buffers (like to realpath()), and that's correct on BSD platforms, but not Linux (which uses PATH_MAX, and does not define MAXPATHLEN.) Cursory googling suggests Linux is following a newer standard than BSD, but in cases like this, who knows. Using the greater of PATH_MAX and 1024 as a fallback for MAXPATHLEN seems to be the most portable solution.
Diffstat (limited to 'Python/importdl.h')
0 files changed, 0 insertions, 0 deletions