]> git.eshelyaron.com Git - emacs.git/commitdiff
(REGEXP_IN_LIBC): Defined.
authorRichard M. Stallman <rms@gnu.org>
Tue, 25 Apr 1995 02:31:36 +0000 (02:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 25 Apr 1995 02:31:36 +0000 (02:31 +0000)
src/s/gnu-linux.h

index 375b7dff70650ce3b00f04bb26fff7afc9528407..3c251fb3336754ecb27f6df2b511cc3abff762a4 100644 (file)
@@ -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