Commit 935b02c2 authored by Guido van Rossum's avatar Guido van Rossum

Remove 2 out of 3 __FreeBSD__ tests.

These are no longer needed as of FreeBSD 2.0.5, according to
Thomas Gellekum <tg@ihf.rwth-aachen.de>.
parent 14b2216d
...@@ -76,7 +76,7 @@ typedef void (*dl_funcptr)(); ...@@ -76,7 +76,7 @@ typedef void (*dl_funcptr)();
#define LONG_EXT "module.sl" #define LONG_EXT "module.sl"
#endif #endif
#if defined(__NetBSD__) || defined(__FreeBSD__) #if defined(__NetBSD__)
#define DYNAMIC_LINK #define DYNAMIC_LINK
#define USE_SHLIB #define USE_SHLIB
...@@ -142,7 +142,7 @@ static void aix_loaderror(char *); ...@@ -142,7 +142,7 @@ static void aix_loaderror(char *);
#ifdef USE_SHLIB #ifdef USE_SHLIB
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#if defined(__NetBSD__) || defined(__FreeBSD__) #if defined(__NetBSD__)
#include <nlist.h> #include <nlist.h>
#include <link.h> #include <link.h>
#else #else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment