From: Richard M. Stallman Date: Tue, 25 Apr 1995 02:31:36 +0000 (+0000) Subject: (REGEXP_IN_LIBC): Defined. X-Git-Tag: emacs-19.34~4309 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e20008859b2c05206cf964be4c239697ac15e806;p=emacs.git (REGEXP_IN_LIBC): Defined. --- 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