blob: 4da63dbc12707127b8305e6aab2c6a636de75fd4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
--- gdialog/dialog.h.orig Tue Jan 5 17:55:34 1999
+++ gdialog/dialog.h Tue Jan 5 17:55:48 1999
@@ -36,24 +36,7 @@
#include <gnome.h>
#endif
-#ifdef ultrix
-# include <cursesX.h>
-#else
-# if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
-# include <ncurses.h>
-# else
-# ifndef _XOPEN_SOURCE_EXTENDED
-# define hacked 1
-# define _XOPEN_SOURCE_EXTENDED
-# define _ACS_COMPAT_CODE
-# endif
-# include <curses.h>
-# ifdef hacked
-# undef _XOPEN_SOURCE_EXTENDED
-# undef _ACS_COMPAT_CODE
-# endif
-# endif
-#endif
+#include <ncurses.h>
/*
* Change these if you want
|