!defined(unix)", since not all Unix compilers define "unix".
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11050
dc483132-0cff-0310-8789-
dd5450dbe970
+1998-12-01 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * error_message.c: Use "#if defined(MSDOS) || ..." instead of
+ "#if !defined(unix)", since not all Unix compilers define
+ "unix".
+
1998-07-02 Theodore Ts'o <tytso@rsts-11.mit.edu>
* com_err.c (MacMessageBox): Change TextBox to TETextBox to match
static char buffer[ET_EBUFSIZ];
-#if !defined(unix) && !defined(_AIX)
+#if (defined(_MSDOS) || defined(_WIN32) || defined(macintosh))
static struct et_list * _et_list = (struct et_list *) NULL;
#else
/* Old interface compatibility */