changeset 11027:c53921598896

[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 <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 25 Jun 2005 17:58:42 +0000
parents a659e6bac294
children 5ee8a313f8e7
files src/protocols/zephyr/sysdep.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/param.h>
 #include <sys/time.h>
 
-#ifdef STDC_HEADERS
+#if defined(STDC_HEADERS) || defined(HAVE_STDLIB_H)
 # include <stdlib.h>
 #else
 # ifdef HAVE_MALLOC_H
@@ -59,7 +59,7 @@
 #endif
 
 /* Strings. */
-#ifdef STDC_HEADERS
+#if defined(STDC_HEADERS) || defined(HAVE_STRING_H)
 # include <string.h>
 #else
 # ifndef HAVE_STRCHR