From 91dcb90ca3017a2c086a5b378e511f0c7d773ef0 Mon Sep 17 00:00:00 2001 From: Per Cederqvist <ceder@lysator.liu.se> Date: Fri, 30 Aug 1991 03:37:44 +0000 Subject: [PATCH] Added HAVE_STRERROR. --- config/config-template.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config/config-template.h b/config/config-template.h index a2d42df35..3a748d30e 100644 --- a/config/config-template.h +++ b/config/config-template.h @@ -1,5 +1,5 @@ /* - * $Id: config-template.h,v 1.1 1991/08/30 01:28:04 ceder Exp $ + * $Id: config-template.h,v 1.2 1991/08/30 03:37:44 ceder Exp $ * * This is a generic configuration file for LysKOM. */ @@ -32,3 +32,9 @@ */ #define HAVE_LOCALE + +/* + * Define HAVE_STRERROR if your libc.a have strerror. + */ + +#define HAVE_STRERROR -- GitLab