aboutsummaryrefslogtreecommitdiffhomepage
path: root/osx
diff options
context:
space:
mode:
authorGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-21 22:58:16 +0800
committerGravatar David Adam <zanchey@ucc.gu.uwa.edu.au>2014-12-21 23:37:23 +0800
commit1edb7d3aa53454edc13a0ca68c4e1afc074febef (patch)
tree9a3b2c970a44c5b377fdd6cee7c21096e0c059f6 /osx
parent14fde56d32560f4bf983d5036fe53329e0d90ce8 (diff)
Update osx/config.h with new configure headers
Diffstat (limited to 'osx')
-rw-r--r--osx/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/osx/config.h b/osx/config.h
index 8a29644a..d245f198 100644
--- a/osx/config.h
+++ b/osx/config.h
@@ -179,6 +179,12 @@
/* Define to 1 if the __environ symbol is exported. */
/* #undef HAVE___ENVIRON */
+/* Define to 1 to disable ncurses macros that conflict with the STL */
+#define NCURSES_NOMACROS 1
+
+/* Define to 1 to disable curses macros that conflict with the STL */
+#define NOMACROS 1
+
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT "fish-users@lists.sf.net"