From: Fred Drake Date: Mon, 9 Oct 2000 17:01:03 +0000 (+0000) Subject: Donn Cave : X-Git-Tag: v2.0c1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901;p=python Donn Cave : Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there anymore. This closes SourceForge patch #101775. --- diff --git a/acconfig.h b/acconfig.h index 05b11ac45f..7b34041a26 100644 --- a/acconfig.h +++ b/acconfig.h @@ -22,12 +22,6 @@ /* Define to `long' if 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 diff --git a/config.h.in b/config.h.in index 81831f9013..8f783f8349 100644 --- a/config.h.in +++ b/config.h.in @@ -90,12 +90,6 @@ /* Define to `long' if 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