don't need posix-conf.h anymore (it's subsumed in config.h)
authorJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:03:17 +0000 (11:03 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 29 Oct 1990 11:03:17 +0000 (11:03 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1344 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/lock_file.c
src/lib/krb5/os/read_pwd.c

index b7e3ada0e20031108e454c0fdd0a23f532450cd6..203129316967bdd14d57bad263dbe9e3d984da07 100644 (file)
@@ -22,7 +22,8 @@ static char rcsid_lock_file_c [] =
 
 #include <stdio.h>
 
-#include <krb5/posix-conf.h>
+/* POSIX_* are auto-magically defined in <krb5/config.h> at source
+   configuration time. */
 
 #ifdef POSIX_FILE_LOCKS
 #include <errno.h>
index 15ad1ea747b39ed50fecf22fec9ba55872574d0f..d1f2cd696f1dc09e91079339ebbde3d173b14c19 100644 (file)
@@ -25,7 +25,9 @@ static char rcsid_read_pwd_c[] =
 #include <setjmp.h>
 
 #include <krb5/ext-proto.h>
-#include <krb5/posix-conf.h>
+
+/* POSIX_* are auto-magically defined in <krb5/config.h> at source
+   configuration time. */
 
 #ifdef POSIX_TERMIOS
 #include <termios.h>