afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / rxkad / domestic / crypt_conn.c
index 1bd7cb7..06c45b9 100644 (file)
 
 
 #ifdef KERNEL
-
 #include "../afs/param.h"
+#else
+#include <afs/param.h>
+#endif
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
+#ifdef KERNEL
 #include "../afs/stds.h"
 #ifndef UKERNEL
 #include "../h/types.h"
 #include "../afs/sysincludes.h"
 #include "../rx/rx.h"
 #endif /* !UKERNEL */
-
-#else /* KERNEL */
-
-#include <afs/param.h>
+#else /* !KERNEL */
 #include <afs/stds.h>
 #include <sys/types.h>
 #include <rx/rx.h>