aboutsummaryrefslogtreecommitdiff
path: root/contrib/ncurses/include/ncurses_dll.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ncurses/include/ncurses_dll.h')
-rw-r--r--contrib/ncurses/include/ncurses_dll.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/contrib/ncurses/include/ncurses_dll.h b/contrib/ncurses/include/ncurses_dll.h
index 723d21e001bc..c961c3e0a49e 100644
--- a/contrib/ncurses/include/ncurses_dll.h
+++ b/contrib/ncurses/include/ncurses_dll.h
@@ -1,5 +1,10 @@
-/* $Id: ncurses_dll.h,v 1.1 2000/12/10 00:05:35 tom Exp $ */
+/* $Id: ncurses_dll.h,v 1.2 2001/12/09 01:36:34 tom Exp $ */
+#ifndef NCURSES_DLL_H_incl
+#define NCURSES_DLL_H_incl 1
+
+#undef NCURSES_DLL /* cygwin dll not implemented */
+#define NCURSES_STATIC /* cygwin dll not implemented */
#if defined(__CYGWIN__)
# if defined(NCURSES_DLL)
@@ -39,3 +44,5 @@
#if !defined(NCURSES_EXPORT_VAR)
# define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type
#endif
+
+#endif /* NCURSES_DLL_H_incl */