diff options
-rw-r--r-- | acconfig.h | 6 | ||||
-rw-r--r-- | config.h.in | 6 |
2 files changed, 0 insertions, 12 deletions
@@ -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 diff --git a/config.h.in b/config.h.in index 81831f9..8f783f8 100644 --- a/config.h.in +++ b/config.h.in @@ -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 |