Merge in text-system-branch.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@15716 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
alexm 2003-01-26 19:07:53 +00:00
parent f931f7c084
commit e94597a41b
13 changed files with 917 additions and 60 deletions

View file

@ -26,11 +26,17 @@
#include "art/ARTContext.h"
#include "gsc/GSGState.h"
#include "config.h"
#if (BUILD_SERVER==SERVER_rds)
#define RDS
#endif
#ifndef RDS
#include "x11/XGServer.h"
#include "x11/XGServerWindow.h"
#else
#include "rds/RDSClient.h"
#include "rds/RDSServer.h"
#endif