patched for NetBSD support (Allen Briggs)

This commit is contained in:
Brian Paul 2000-02-27 18:04:59 +00:00
parent 4c5fb70380
commit 7f88ac198c

View file

@ -243,9 +243,10 @@
#endif /* ACK_ASSEMBLER */
#if defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) \
#if (defined(Lynx) || (defined(SYSV) || defined(SVR4)) && !defined(ACK_ASSEMBLER) \
|| (defined(linux) || defined(__OS2ELF__)) && defined(__ELF__) \
|| defined(__FreeBSD__) && __FreeBSD__ >= 3
|| defined(__FreeBSD__) && __FreeBSD__ >= 3) \
|| (defined(__NetBSD__) && defined(__ELF__))
#define GLNAME(a) a
#else
#define GLNAME(a) CONCAT(_,a)