summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-02-14 10:00:19 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-02-14 10:00:19 +0000
commita7e81832cf970cf719d1e06255188af03eb1772e (patch)
treefea5f71e0de3577f647bf6a7062e31bccb3cd011 /src
parentb5e8592b5e5077da84ee5276efed63444b49c6a9 (diff)
downloadkrb5-a7e81832cf970cf719d1e06255188af03eb1772e.tar.gz
krb5-a7e81832cf970cf719d1e06255188af03eb1772e.tar.xz
krb5-a7e81832cf970cf719d1e06255188af03eb1772e.zip
some editorial comments removed
add OS_SunOS4 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1694 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/config/sun.cf14
1 files changed, 2 insertions, 12 deletions
diff --git a/src/config/sun.cf b/src/config/sun.cf
index 8d1d50f78..24bbf8a2f 100644
--- a/src/config/sun.cf
+++ b/src/config/sun.cf
@@ -7,7 +7,7 @@
* SET VERSION NUMBERS BEFORE MAKING MAKEFILES
*/
/*
- * This file was used for a SPARC running SunOS 4.1.
+ * This file was used for a SPARC running SunOS 4.1 and SunOS 4.0.3.
* It has not been tested under any other architecture,
* but I would guess it should work for Sun 3's as well.
* Older versions of SunOS will probably require some changes.
@@ -18,20 +18,10 @@
* There are some warnings in the ss and comerr directories.
* They aren't too important, so ignore them for now.
*
- * The following three files:
- * create/kdb5_create.c
- * edit/kdb5_edit.c
- * stash/kdb5_stash.c
- * Each contain a line of code which reads:
- * if (etype == -1)
- * This will produce a warning about the expression always being false.
- * To fix it change the code to:
- * if (etype == (krb5_enctype)-1)
- * This code is going away in a future release, hence it was not fixed
- * in this release.
*/
#define OSName SunOS 4.1
+#define OS_SunOS4 1
#define OSMajorVersion 4
#define OSMinorVersion 1
#define SystemV NO