]> granicus.if.org Git - python/commitdiff
Donn Cave <donn@oz.net>:
authorFred Drake <fdrake@acm.org>
Mon, 9 Oct 2000 17:01:03 +0000 (17:01 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 9 Oct 2000 17:01:03 +0000 (17:01 +0000)
Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there
anymore.

This closes SourceForge patch #101775.

acconfig.h
config.h.in

index 05b11ac45f0f330eaedca9098ab620f76d037dcc..7b34041a26e303212f8d7ddb8be6c21d28bae5b2 100644 (file)
 /* 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
 
index 81831f9013621e2292881014076bbb55b75015d6..8f783f83499b24d66bae11f9cbdd4c4862aebe7b 100644 (file)
 /* 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