aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2013-03-04 14:50:54 +0200
committerKay Sievers <kay@vrfy.org>2013-03-05 21:10:37 +0100
commit76523da8569096f21b71aba2a71a86731dba5c96 (patch)
tree4fe5196ee46c638d6c16325b91f1902cde34dc33
parent0370e17e6e6edf27e31e1fa257489ffd03ceed7a (diff)
downloadlibabc-76523da8569096f21b71aba2a71a86731dba5c96.tar.gz
fix HAVE___SECURE_GETENV check
-rw-r--r--src/libabc-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libabc-private.h b/src/libabc-private.h
index a186421..a76f822 100644
--- a/src/libabc-private.h
+++ b/src/libabc-private.h
@@ -50,7 +50,7 @@ abc_log_null(struct abc_ctx *ctx, const char *format, ...) {}
#endif
#ifndef HAVE_SECURE_GETENV
-# ifdef HAVE__SECURE_GETENV
+# ifdef HAVE___SECURE_GETENV
# define secure_getenv __secure_getenv
# else
# error neither secure_getenv nor __secure_getenv is available