mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-02 19:22:40 +00:00
12 lines
248 B
Nim
12 lines
248 B
Nim
# this config.nims also needs to exist to prevent future regressions, see #9990
|
|
|
|
when defined(nimHasCppDefine):
|
|
cppDefine "errno"
|
|
cppDefine "unix"
|
|
|
|
# mangle the macro names in nimbase.h
|
|
cppDefine "NAN_INFINITY"
|
|
cppDefine "INF"
|
|
cppDefine "NAN"
|
|
|