comparison src/getopt.c @ 12561:e8314f98b870

[gaim-migrate @ 14880] Various changes as per SF #1384517. This should get us closer to working out of the box on IRIX, hopefully without breaking anything else. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Dec 2005 12:48:13 +0000
parents 840a7d176754
children
comparison
equal deleted inserted replaced
12560:d6b513c74e1f 12561:e8314f98b870
27 #pragma alloca 27 #pragma alloca
28 #endif 28 #endif
29 29
30 #ifdef HAVE_CONFIG_H 30 #ifdef HAVE_CONFIG_H
31 #include "config.h" 31 #include "config.h"
32 #endif
33
34 /* Alver says we need this for IRIX. */
35 #if HAVE_STRING_H
36 #include "string.h"
32 #endif 37 #endif
33 38
34 #ifdef __GNUC__ 39 #ifdef __GNUC__
35 #define alloca __builtin_alloca 40 #define alloca __builtin_alloca
36 #else /* not __GNUC__ */ 41 #else /* not __GNUC__ */