/* Do not remove the headers from this file! see /USAGE for more info. */ /* ** ports.h -- define the IP ports used by services in the mud ** ** 960226, Deathblade: created */ #ifndef __PORTS_H__ #define __PORTS_H__ #define PORT_I3_TCP_OOB (__PORT__ + 1) #define PORT_I3_UDP_OOB (__PORT__ + 2) #define PORT_HTTP (__PORT__ + 3) #define PORT_FTP (__PORT__ + 4) #define PORT_RCP (__PORT__ + 5) #endif /* __PORTS_H__ */