]> git.saurik.com Git - apple/system_cmds.git/blobdiff - passwd.tproj/passwd.h
system_cmds-854.11.2.tar.gz
[apple/system_cmds.git] / passwd.tproj / passwd.h
index 4e70b622a58cc5337eb78d11d46cb64c201b8b7c..60109db751826ab8d9cd0adf6ac1d1318d5c0084 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2016 Apple Inc. All rights reserved.
+ * Copyright (c) 2011-2019 Apple Inc. All rights reserved.
  *
  * @APPLE_LICENSE_HEADER_START@
  *
 #include <TargetConditionals.h>
 
 #define INFO_FILE 1
-#if !TARGET_OS_EMBEDDED
+#if !(TARGET_OS_IPHONE && !TARGET_OS_SIMULATOR)
 #define INFO_NIS 2
 #define INFO_OPEN_DIRECTORY 3
 #define INFO_PAM 4
 #endif
 
 extern int file_passwd(char *, char *);
+#ifdef INFO_NIS
 extern int nis_passwd(char *, char *);
+#endif
 #ifdef INFO_OPEN_DIRECTORY
 extern int od_passwd(char *, char *, char*);
 #endif