summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inspstring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspstring.cpp b/src/inspstring.cpp
index 7b9624fcf..c4829ffbb 100644
--- a/src/inspstring.cpp
+++ b/src/inspstring.cpp
@@ -28,7 +28,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef HAVE_STRLCPY
+#ifndef HAS_STRLCPY
size_t strlcat(char *dst, const char *src, size_t siz)
{
char *d = dst;