summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorJosh MacDonald <jmacd@axis.hip.berkeley.edu>1999-01-19 09:07:28 +0000
committerJosh MacDonald <jmacd@src.gnome.org>1999-01-19 09:07:28 +0000
commite6c71cedb96bcb5788dba1b59814c61eed3a3f2c (patch)
tree2fc0ec96e408b0f707fdf52ba896538d35061da8 /acconfig.h
parenta478fc7a3f51d723bc7159d8e8e0861bf919d232 (diff)
downloadglib-e6c71cedb96bcb5788dba1b59814c61eed3a3f2c.tar.gz
The "extern char* sys_siglist" declaration breaks systems with different
Tue Jan 19 00:44:24 1999 Josh MacDonald <jmacd@axis.hip.berkeley.edu> * gstrfuncs.c (g_strsignal): The "extern char* sys_siglist" declaration breaks systems with different declarations, like mine (FreeBSD). So, I added a configuration variable to decide whether the declaration is neccesary. Change also appears on line 275 of configure.in.
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index fb2903349..1c0162a10 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -65,6 +65,7 @@
#undef NO_FD_SET
#undef NO_SYS_ERRLIST
#undef NO_SYS_SIGLIST
+#undef NO_SYS_SIGLIST_DECL
#undef WITH_SYMBOL_UNDERSCORE