diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-09 17:01:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-09 17:01:03 (GMT) |
commit | a2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901 (patch) | |
tree | 8e2dbaed0a27c4415282fd891011b3cb35c85b8b /acconfig.h | |
parent | 047fe99c386ff9aa07ffbca0503d93ded1ee4617 (diff) | |
download | cpython-a2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901.zip cpython-a2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901.tar.gz cpython-a2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901.tar.bz2 |
Donn Cave <donn@oz.net>:
Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there
anymore.
This closes SourceForge patch #101775.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -22,12 +22,6 @@ /* Define to `long' if <time.h> doesn't define. */ #undef clock_t -/* 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 |