diff options
author | Guido van Rossum <guido@python.org> | 1999-04-06 15:50:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1999-04-06 15:50:51 (GMT) |
commit | 8137680704e1d2b81a0b7fef84c5e954369b6231 (patch) | |
tree | 4f5aee7ecc43c5336183a2661f34f3e8af77fa0d /acconfig.h | |
parent | 4f21d547641f5c7a8be3b06075a6067b75f5de9d (diff) | |
download | cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.zip cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.tar.gz cpython-8137680704e1d2b81a0b7fef84c5e954369b6231.tar.bz2 |
For BeOS PowerPC. Chris Herborth.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -20,6 +20,9 @@ /* Used for BeOS configuration */ #undef DL_EXPORT_HEADER +#ifdef DL_EXPORT_HEADER +#include DL_EXPORT_HEADER +#endif /* Define if getpgrp() must be called as getpgrp(0). */ #undef GETPGRP_HAVE_ARG |