# HG changeset patch # User Stu Tomlinson # Date 1119722322 0 # Node ID c539215988966f022b1784f56b2bcada1f4ff32c # Parent a659e6bac294df310811427fdfa8a7debd9865a3 [gaim-migrate @ 12905] I use CFLAGS="-g3 -D_FORTIFY_SOURCE=2 -Werror-implicit-function-declaration -Wno-pointer-sign -Wdeclaration-after-statement" ... shouldn't I be using Gentoo ? committer: Tailor Script diff -r a659e6bac294 -r c53921598896 src/protocols/zephyr/sysdep.h --- a/src/protocols/zephyr/sysdep.h Thu Jun 23 15:44:16 2005 +0000 +++ b/src/protocols/zephyr/sysdep.h Sat Jun 25 17:58:42 2005 +0000 @@ -4,7 +4,7 @@ * Created by: Greg Hudson * * $Source$ - * $Author: thekingant $ + * $Author: nosnilmot $ * $Zephyr: /mit/zephyr/src/include/zephyr/RCS/zephyr_conf.h,v 1.8 90/12/21 17:40:40 raeburn Exp $ * * Copyright (c) 1988,1991 by the Massachusetts Institute of Technology. @@ -30,7 +30,7 @@ #include #include -#ifdef STDC_HEADERS +#if defined(STDC_HEADERS) || defined(HAVE_STDLIB_H) # include #else # ifdef HAVE_MALLOC_H @@ -59,7 +59,7 @@ #endif /* Strings. */ -#ifdef STDC_HEADERS +#if defined(STDC_HEADERS) || defined(HAVE_STRING_H) # include #else # ifndef HAVE_STRCHR