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 /config.h.in | |
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 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index 81831f9..8f783f8 100644 --- a/config.h.in +++ b/config.h.in @@ -90,12 +90,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 |