// Author: Julian Smart
// Modified by: Jurgen Doornik
// Created: 25/01/99
-// RCS-ID: $Id$
// Copyright: (c) Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// the default service name
#define IPC_SERVICE "4242"
-//#define IPC_SERVICE _T("/tmp/wxsrv424")
+//#define IPC_SERVICE wxT("/tmp/wxsrv424")
// the hostname
#define IPC_HOST "localhost"