]> granicus.if.org Git - nethack/commitdiff
lock MENU_COLOR_REGEX away since it isn't Win32 yet
authorDerek S. Ray <derekray@gmail.com>
Fri, 10 Apr 2015 21:08:31 +0000 (17:08 -0400)
committerDerek S. Ray <derekray@gmail.com>
Fri, 10 Apr 2015 21:08:31 +0000 (17:08 -0400)
include/config.h

index fbe4704aef8974d266ea5765d01f51174a9d6a5a..4cce7dba823a90182bc3ee5f89718a68349a097c 100644 (file)
@@ -437,8 +437,12 @@ typedef unsigned char      uchar;
  */
 
 /* Menucolors */
+/* HACK: this is being added to fix the builds temporarily.
+ * Remove it whenever we finally get a real regex for Win32 */
+#ifdef UNIX
 # define MENU_COLOR_REGEX  /* use GNU regex */
 /*# define MENU_COLOR_REGEX_POSIX*/ /* use POSIX regex */
+#endif
 /* if neither is defined, uses pmatch()
  * pmatch() provides basic globbing: '*' and '?' wildcards.
  */