aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-04-25 02:31:36 +0000
committerRichard M. Stallman <[email protected]>1995-04-25 02:31:36 +0000
commite20008859b2c05206cf964be4c239697ac15e806 (patch)
treefd08ecfee8a23d620c9465a5ae6db76863cbedcb /src
parente63ceebf0d4c8fb6eb8c1564b710f4611c506234 (diff)
(REGEXP_IN_LIBC): Defined.
Diffstat (limited to 'src')
-rw-r--r--src/s/gnu-linux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 375b7dff70..3c251fb333 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