From e20008859b2c05206cf964be4c239697ac15e806 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 25 Apr 1995 02:31:36 +0000 Subject: [PATCH] (REGEXP_IN_LIBC): Defined. --- src/s/gnu-linux.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 375b7dff706..3c251fb3336 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -250,3 +250,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_XRMSETDATABASE #endif #endif /* 0 */ + +/* The regex.o routines are a part of the GNU C-library used with Linux. */ +#define REGEXP_IN_LIBC -- 2.39.5