From ac8444c77f408569c7561fde1bbe237aa3328d6c Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Wed, 16 Sep 2009 20:21:08 -0700 Subject: [PATCH] More #if -> #ifdef --- lib/roken/roken.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 6f4f00396..1ec88ad70 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -335,7 +335,7 @@ int ROKEN_LIB_FUNCTION inet_pton(int, const char *, void *); #endif -#if !defined(HAVE_GETCWD) +#ifndef HAVE_GETCWD #define getcwd rk_getcwd char* ROKEN_LIB_FUNCTION getcwd(char *, size_t); #endif