13 lines
518 B
Text
13 lines
518 B
Text
$NetBSD: patch-ae,v 1.1 2001/01/08 14:59:19 wiz Exp $
|
|
|
|
--- sn_config.h.orig Fri Apr 18 11:33:58 1997
|
|
+++ sn_config.h
|
|
@@ -9,7 +9,7 @@
|
|
#ifndef HAVE_SHMGET /* No Shared memory */
|
|
#undef INCLUDE_INTERFACE
|
|
#endif
|
|
-#ifndef HAVE_LIBNCURSES /* ncurses not found */
|
|
+#if !defined(HAVE_LIBNCURSES) && !defined(HAVE_LIBCURSES) /* ncurses not found */
|
|
#undef INCLUDE_INTERFACE
|
|
#endif
|
|
#ifndef HAVE_NCURSES_H /* ncurses not found */
|