Symbols on NetBSD also have a leading underscore.

This patch is contributed by gduzan@acm.org.


git-svn-id: svn://10.0.0.236/trunk@26398 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
wtc%netscape.com 1999-04-06 01:26:50 +00:00
parent 86e05235be
commit 6015b87239

View File

@ -55,7 +55,7 @@
* On these platforms, symbols have a leading '_'.
*/
#if defined(SUNOS4) || defined(RHAPSODY) || defined(NEXTSTEP) \
|| defined(OPENBSD) || defined(WIN16)
|| defined(OPENBSD) || defined(WIN16) || defined(NETBSD)
#define NEED_LEADING_UNDERSCORE
#endif