From e0560b43903ad644e19cff68c3b744a39d891613 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 15 Jan 2001 14:59:52 +0000 Subject: Portability fixes for K&R C compilers, SunOS "make" and others. --- intl/textdomain.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'intl/textdomain.c') diff --git a/intl/textdomain.c b/intl/textdomain.c index 302554d..55bb550 100644 --- a/intl/textdomain.c +++ b/intl/textdomain.c @@ -1,5 +1,5 @@ /* Implementation of the textdomain(3) function. - Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. + Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,11 +19,11 @@ # include #endif -#if defined STDC_HEADERS || defined _LIBC +#if defined HAVE_STDLIB_H || defined _LIBC # include #endif -#if defined STDC_HEADERS || defined HAVE_STRING_H || defined _LIBC +#if defined HAVE_STRING_H || defined _LIBC # include #else # include -- cgit v1.1