Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Autodetect whether _GNU_SOURCE or _OPENBSD_SOURCE are needed; the | Ingo Schwarze | 2018-08-15 | 1 | -4/+0 |
| | | | | | latter is a NetBSD idiosyncrasy reported by wiz@. Also take into account that NetBSD declares getsubopt(3) in the wrong header. | ||||
* | modernize style: "return" is not a function | Ingo Schwarze | 2015-10-06 | 1 | -2/+2 |
| | |||||
* | Clean up feature tests: | Ingo Schwarze | 2014-01-04 | 1 | -4/+5 |
| | | | | | | * Split the configure steering script out of the Makefile. * Let the configure step depend on the test sources. * Clean up the test programs such that they can be run. | ||||
* | Scary-looking but otherwise harmless changes allow me to build for Windows. | Kristaps Dzonsons | 2011-07-24 | 1 | -0/+13 |
That is to say, with mingw32. This amounts to the following: (1) break compat.c into compat_strlcpy.c and compat_strlcat.c (2) add compat_getsubopt.c (from OpenBSD) and test-getsubopt.c (3) add test-strptime.c for HAVE_STRPTIME (4) add ifdef bits here and there, where necessary (5) remove some harmless unportable stuff (u_char, localtime_r) I've added the appropriate mdocml.zip target to the Makefile, too. |