mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
29 lines
635 B
Plaintext
29 lines
635 B
Plaintext
--- 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
|