* osconfig.c: Add warning re: global variables
authorTom Yu <tlyu@mit.edu>
Thu, 14 Nov 1996 04:44:54 +0000 (04:44 +0000)
committerTom Yu <tlyu@mit.edu>
Thu, 14 Nov 1996 04:44:54 +0000 (04:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9410 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ChangeLog
src/lib/krb5/os/osconfig.c

index 85a320de3c7f12dc3bba1e8bd1428bb8daf47ab9..a1d63cf2d4e91c81ff33b7ede3193c172ea57b9c 100644 (file)
@@ -1,5 +1,7 @@
 Wed Nov 13 02:53:31 1996  Tom Yu  <tlyu@mit.edu>
 
+       * osconfig.c: Add warning re: global variables.
+
        * ktdefname.c, osconfig.c: Revert previous kt_default_name
        changes.
 
index 8403aa38bac828d953c5825dd69b61c0f7dfb674..228695ab7b7d35ecc9db504791a5136c09232e4b 100644 (file)
  * 
  *
  * Definition of default configuration parameters.
+ *
+ * ***** WARNING *****
+ * These globals are internal library interfaces and are not
+ * supported.  Do not use them in any production code, as they will be
+ * removed from the library in the future.
  */
 
 #include "k5-int.h"