aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/darwin.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 214b55b4429..0d38ea5c196 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -253,6 +253,13 @@ Boston, MA 02111-1307, USA. */
253 253
254#define C_SWITCH_SYSTEM_TEMACS -Dtemacs 254#define C_SWITCH_SYSTEM_TEMACS -Dtemacs
255 255
256/* The ncurses library has been moved out of the System framework in
257 Mac OS X 10.2. So if ./configure detects it, set the command-line
258 option to use it. */
259#ifdef HAVE_LIBNCURSES
260#define LIBS_TERMCAP -lncurses
261#endif
262
256/* Link this program just by running cc. */ 263/* Link this program just by running cc. */
257#define ORDINARY_LINK 264#define ORDINARY_LINK
258 265