Skip to content
Snippets Groups Projects
Commit 4e3eebb8 authored by sof's avatar sof
Browse files

[project @ 1997-03-24 06:03:28 by sof]

cygwin32 has leading underscores
parent 06b618af
No related merge requests found
......@@ -70,8 +70,10 @@ underscorePrefix
,{-else-} IF_ARCH_i386(
IF_OS_linuxaout(True
, IF_OS_freebsd(True
, IF_OS_cygwin32(True
, IF_OS_bsdi(True
, {-otherwise-} False)))
)
,{-else-}IF_ARCH_sparc(
IF_OS_sunos4(True, {-otherwise-} False)
,)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment