Skip to content

Commit

Permalink
Donn Cave <[email protected]>:
Browse files Browse the repository at this point in the history
Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there
anymore.

This closes SourceForge patch python#101775.
  • Loading branch information
freddrake committed Oct 9, 2000
1 parent 047fe99 commit a2cb78f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions acconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 0 additions & 6 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a2cb78f

Please sign in to comment.