Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2cb78f

Browse files
committed
Donn Cave <[email protected]>:
Removed DL_EXPORT_HEADER -- only needed on BeOS, and not needed there anymore. This closes SourceForge patch #101775.
1 parent 047fe99 commit a2cb78f

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

acconfig.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@
2222
/* Define to `long' if <time.h> doesn't define. */
2323
#undef clock_t
2424

25-
/* Used for BeOS configuration */
26-
#undef DL_EXPORT_HEADER
27-
#ifdef DL_EXPORT_HEADER
28-
#include DL_EXPORT_HEADER
29-
#endif
30-
3125
/* Define if getpgrp() must be called as getpgrp(0). */
3226
#undef GETPGRP_HAVE_ARG
3327

config.h.in

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@
9090
/* Define to `long' if <time.h> doesn't define. */
9191
#undef clock_t
9292

93-
/* Used for BeOS configuration */
94-
#undef DL_EXPORT_HEADER
95-
#ifdef DL_EXPORT_HEADER
96-
#include DL_EXPORT_HEADER
97-
#endif
98-
9993
/* Define if getpgrp() must be called as getpgrp(0). */
10094
#undef GETPGRP_HAVE_ARG
10195

0 commit comments

Comments
 (0)