aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAlan Brault <alan.brault@incruentatus.net>2010-12-09 20:39:22 -0500
committerAlan Brault <alan.brault@incruentatus.net>2010-12-09 20:39:22 -0500
commit8b5923e40557970824d2c7cdf7f181a87c9c424d (patch)
treef5e8f0536df840939c1e6a6846fb2a516a31e256 /config.h.in
parent677538b13b066b24ddec5429b10dd3453bad06af (diff)
downloadNetNuke2-8b5923e40557970824d2c7cdf7f181a87c9c424d.tar.gz
ncurses support
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 92c62c1..abfdb80 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,6 +12,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `ncurses' library (-lncurses). */
+#undef HAVE_LIBNCURSES
+
/* Define to 1 if you have the `pthread' library (-lpthread). */
#undef HAVE_LIBPTHREAD
@@ -28,6 +31,9 @@
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
+/* Define to 1 if you have the <ncurses.h> header file. */
+#undef HAVE_NCURSES_H
+
/* Define to 1 if your system has a GNU libc compatible `realloc' function,
and to 0 otherwise. */
#undef HAVE_REALLOC