From: Timo Sirainen Date: Wed, 23 Apr 2003 16:52:10 +0000 (+0300) Subject: #ifdef _AIX, not AIX X-Git-Tag: 1.1.alpha1~4720 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f493639f3313637a8313613ea7a4fda618f1980a;p=thirdparty%2Fdovecot%2Fcore.git #ifdef _AIX, not AIX --HG-- branch : HEAD --- diff --git a/src/lib/fdpass.c b/src/lib/fdpass.c index e52e81e9c1..eb5c3fd430 100644 --- a/src/lib/fdpass.c +++ b/src/lib/fdpass.c @@ -33,7 +33,7 @@ #define _XPG4_2 -#ifndef AIX +#ifndef _AIX # define _XOPEN_SOURCE_EXTENDED /* for Tru64, breaks AIX */ #endif