| Revision: | 5304 |
| Committed: | Mon Jan 5 17:49:01 2015 UTC (11 years, 6 months ago) by michael |
| Content type: | text/x-chdr |
| File size: | 226 byte(s) |
| Log Message: | - compath.h: fixed build on os x |
| # | Content |
|---|---|
| 1 | #ifndef COMPAT_H |
| 2 | #define COMPAT_H |
| 3 | |
| 4 | #include "setup.h" |
| 5 | |
| 6 | #ifndef HAVE_STRLCPY |
| 7 | extern size_t strlcpy(char *, const char *, size_t); |
| 8 | #endif |
| 9 | |
| 10 | #ifndef HAVE_STRLCAT |
| 11 | extern size_t strlcat(char *, const char *, size_t); |
| 12 | #endif |
| 13 | |
| 14 | #endif |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id |