From a2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 9 Oct 2000 17:01:03 +0000 Subject: [PATCH] Donn Cave : Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there anymore. This closes SourceForge patch #101775. --- acconfig.h | 6 ------ config.h.in | 6 ------ 2 files changed, 12 deletions(-) diff --git a/acconfig.h b/acconfig.h index 05b11ac45f0..7b34041a26e 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 81831f90136..8f783f83499 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