"Better" use of DEFAULT_IM - see utility.c rev 1.2

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@58 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1995-07-19 23:49:17 +00:00
parent 518172f226
commit ea8f6647cb

View File

@@ -224,18 +224,16 @@ extern struct {
extern int needtermstat; extern int needtermstat;
#endif #endif
#ifndef DEFAULT_IM #ifndef USE_IM
# ifdef CRAY # ifdef CRAY
# define DEFAULT_IM "\r\n\r\nCray UNICOS (%h) (%t)\r\n\r\r\n\r" # define USE_IM "Cray UNICOS (%h) (%t)"
# else # endif
# ifdef sun # ifdef _AIX
# define DEFAULT_IM "\r\n\r\nSunOS UNIX (%h) (%t)\r\n\r\r\n\r" # define USE_IM "%s %v.%r (%h) (%t)"
# else # endif
# ifdef ultrix # ifndef USE_IM
# define DEFAULT_IM "\r\n\r\nULTRIX (%h) (%t)\r\n\r\r\n\r" # define USE_IM "%s %r (%h) (%t)"
# else
# define DEFAULT_IM "\r\n\r\n4.4 BSD UNIX (%h) (%t)\r\n\r\r\n\r"
# endif
# endif
# endif # endif
#endif #endif
#define DEFAULT_IM "\r\n\r\n" USE_IM "\r\n\r\n\n\r"