The "extern char* sys_siglist" declaration breaks systems with different
authorJosh MacDonald <jmacd@axis.hip.berkeley.edu>
Tue, 19 Jan 1999 09:07:28 +0000 (09:07 +0000)
committerJosh MacDonald <jmacd@src.gnome.org>
Tue, 19 Jan 1999 09:07:28 +0000 (09:07 +0000)
commite6c71cedb96bcb5788dba1b59814c61eed3a3f2c
tree2fc0ec96e408b0f707fdf52ba896538d35061da8
parenta478fc7a3f51d723bc7159d8e8e0861bf919d232
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.
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acconfig.h
configure.in
glib/gstrfuncs.c
gstrfuncs.c