]> eyrie.org Git - kerberos/kftgt.git/commitdiff
Remove old PORTING notes and increase the version to 1.9.
authorRuss Allbery <rra@stanford.edu>
Wed, 24 Aug 2005 04:49:56 +0000 (04:49 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 15 Mar 2010 06:05:55 +0000 (23:05 -0700)
README

diff --git a/README b/README
index 1c75f86be76ef4359615be147dcd1fee0c76e0da..ba9b6001b49b2856380d2af772a435ddcd8355ca 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                            kftgt release 1.8
+                            kftgt release 1.9
                      (Kerberos v4 ticket forwarding)
 
           Originally written by Roland Schemers and Booker Bense
@@ -97,15 +97,8 @@ PORTING
       IRIX 6.5
       Solaris 2.6 and 8
 
-  Besides the normal libraries (libkrb, libdes) you may also have to worry
-  about libsocket and libnsl on SysV machines, the return type for signal
-  functions, and whether or not you have the unsetenv function.  You also
-  have to worry about the size of your "long" and "int" variables.
-  configure tries to take care of all of this for you.
-
-  The Cygnus Kerberos library uses KRB_INT32 and KRB_UINT32 and they are
-  also defined in kftgt.h if not found elsewhere.  You might also have to
-  worry about the "my_" typedefs in marsh.c if you have a strange system.
+  but it should work on any Unix system on which MIT Kerberos will
+  compile.
 
 FUTURE WORK