summaryrefslogtreecommitdiffstats
path: root/mutt_regex.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-01-06 10:13:01 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-01-06 10:13:01 +0000
commitd02b2498d47d9d9e3e6d30cff78e7f5435dee133 (patch)
tree1f6020ac18919df9dee40b83696e605d5fd83858 /mutt_regex.h
parent4a3e38f09949c92947e227122e227ef311a1e170 (diff)
[unstable] Merge changes from stable: rx -> regex, Byrial's timezone
patch, translation updates.
Diffstat (limited to 'mutt_regex.h')
-rw-r--r--mutt_regex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/mutt_regex.h b/mutt_regex.h
index 542d99ff..fff00877 100644
--- a/mutt_regex.h
+++ b/mutt_regex.h
@@ -24,10 +24,10 @@
#ifndef MUTT_REGEX_H
#define MUTT_REGEX_H
-#ifdef HAVE_REGCOMP
-#include <regex.h>
+#ifdef USE_GNU_REGEX
+#include "_regex.h"
#else
-#include "rxposix.h"
+#include <regex.h>
#endif
/* this is a non-standard option supported by Solaris 2.5.x which allows