1999-11-02 Dave Love <fx@gnu.org>
- * process.c: Use string.h for strsignal.
+ * process.c: Define _GNU_SOURCE before config.h to get strsignal
+ declared with glibc2.
1999-11-02 Gerd Moellmann <gerd@gnu.org>
Boston, MA 02111-1307, USA. */
+#define _GNU_SOURCE /* to get strsignal declared with glibc 2 */
#include <config.h>
-
#include <signal.h>
/* This file is split into two parts by the following preprocessor
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
-#ifdef HAVE_STRING_H
-#include <string.h>
-#endif
#ifdef WINDOWSNT
#include <stdlib.h>
#endif /* NEED_NET_ERRNO_H */
#endif /* HAVE_SOCKETS */
-/* TERM is a poor-man's SLIP, used on Linux. */
+/* TERM is a poor-man's SLIP, used on GNU/Linux. */
#ifdef TERM
#include <client.h>
#endif