summaryrefslogtreecommitdiffstats
path: root/acconfig.h
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-09 17:01:03 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-09 17:01:03 (GMT)
commita2cb78f1e882f6a780ec59ade4dbe4cb2ed0a901 (patch)
tree8e2dbaed0a27c4415282fd891011b3cb35c85b8b /acconfig.h
parent047fe99c386ff9aa07ffbca0503d93ded1ee4617 (diff)
downloadcpython-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.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/acconfig.h b/acconfig.h
index 05b11ac..7b34041 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -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