mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-12 14:51:16 -03:00
Define some macros to stop Solaris curses headers from breaking the STL
This commit is contained in:
committed by
David Adam
parent
a8059c5962
commit
14fde56d32
@@ -337,6 +337,9 @@ AC_DEFINE(
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user