blob: 5250f706c1861abf02c1649671be76693abc35a9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/runtime/include/asm-base.h-- Wed Oct 11 16:31:09 2000
+++ src/runtime/include/asm-base.h Wed Oct 11 16:31:52 2000
@@ -16,7 +16,7 @@
#define FALSE 0
#define TRUE 1
-#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
+#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_NEXTSTEP) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || defined(OPSYS_WIN32))
# define GLOBALS_HAVE_UNDERSCORE
#endif
|