mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Define some macros to stop Solaris curses headers from breaking the STL
This commit is contained in:
parent
a8059c5962
commit
14fde56d32
1 changed files with 3 additions and 0 deletions
|
@ -337,6 +337,9 @@ AC_DEFINE(
|
||||||
[Define to 1 if the wgettext function should be used for translating strings.]
|
[Define to 1 if the wgettext function should be used for translating strings.]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Disable curses macros that conflict with the STL
|
||||||
|
AC_DEFINE([NCURSES_NOMACROS], [1], [Define to 1 to disable ncurses macros that conflict with the STL])
|
||||||
|
AC_DEFINE([NOMACROS], [1], [Define to 1 to disable curses macros that conflict with the STL])
|
||||||
|
|
||||||
#
|
#
|
||||||
# Check presense of various libraries. This is done on a per-binary
|
# Check presense of various libraries. This is done on a per-binary
|
||||||
|
|
Loading…
Reference in a new issue