home *** CD-ROM | disk | FTP | other *** search
- /*
- * %Z%
- */
-
- /* Definitions of Emerald port names and numbers
- * Copyright 1986 Eric Jul and Norm Hutchinson. May not be used for any *
- * purpose without written permission from the authors. */
-
- #ifndef emPorts_h
- #define emPorts_h
-
- #define EMKERNELSERVICEPORT "EmPort"
- #ifdef DIKU
- #define EMKERNELDEFAULTPORTNUMBER 9000
- #else
- #define EMKERNELDEFAULTPORTNUMBER 2005
- #endif
-
- #endif emPorts
- /* End emPorts.h */
-