Hacker News new | ask | show | jobs
by kazinator 1756 days ago
Also, note to BSD: you want enabling feature selection macros on the compiler command line, not your stupid disabling ones. -D_BSD_SOURCE does not mean hide all non-BSD stuff, including POSIX. -ansi means I want a certain language dialect, not that non-ANSI declarations are to disappear from headers.