Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Use a better variable name and allow the uname to be overridden. | Nicholas Marriott | 2009-05-16 | |
| | ||||
* | +sfw for solaris too. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | SunOS tweaks. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | NetBSD has no strtonum so needs compat/. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | NetBSD tree.h has no RB_PREV. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | Use a variable for uname. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | Move -lutil. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | Use the right osdep. | Nicholas Marriott | 2009-05-14 | |
| | ||||
* | Sort. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Everything supported has working vsnprintf. | Nicholas Marriott | 2009-05-13 | |
| | ||||
* | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 | |
script which must be run before building. Still two makefiles but they are a hell of a lot simpler. HAVE_* also will make it easier to move to $buildsystem if necessary later. |