diff --git a/config/config-template.h b/config/config-template.h index a2d42df3596c58d1d260aa22ce28dd9932318c12..3a748d30e6dbcb10326f6a2b84aa036b6ea1ca2f 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