Use system curses library on Solaris for xorgcfg text mode.

This commit is contained in:
Alan Coopersmith 2005-08-25 04:09:45 +00:00
parent 0711502f18
commit 344a24b622

View File

@ -1,3 +1,4 @@
/* $XdotOrg: $ */
/*
* Copyright (c) 2000 by Conectiva S.A. (http://www.conectiva.com)
*
@ -32,7 +33,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef _SCO_DS
#if defined(_SCO_DS) || (defined(sun) && defined(__SVR4))
#include <curses.h>
#else
#include <ncurses.h>