]> git.saurik.com Git - apple/security.git/blobdiff - OSX/utilities/SecurityTool/security_tool_commands.h
Security-58286.260.20.tar.gz
[apple/security.git] / OSX / utilities / SecurityTool / security_tool_commands.h
index 7e01dfc662fd9eecaa426105eb148d5c1260536b..b6d601c92c0d4d82eebf47f60dc7c2279fe747ad 100644 (file)
@@ -21,6 +21,7 @@
  * @APPLE_LICENSE_HEADER_END@
  */
 
  * @APPLE_LICENSE_HEADER_END@
  */
 
+#define SHOW_USAGE_MESSAGE 2
 
 // This is included to make SECURITY_COMMAND macros result in declarations of
 // commands for use in SecurityTool
 
 // This is included to make SECURITY_COMMAND macros result in declarations of
 // commands for use in SecurityTool
 #define SECURITY_COMMAND_IOS(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
 #endif
 
 #define SECURITY_COMMAND_IOS(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
 #endif
 
-#if (TARGET_OS_MAC && !(TARGET_OS_EMBEDDED || TARGET_OS_IPHONE))
+#if !TARGET_OS_IPHONE
 #define SECURITY_COMMAND_MAC(name, function, parameters, description) int function(int argc, char * const *argv);
 #else
 #define SECURITY_COMMAND_MAC(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
 #endif
 
 #define SECURITY_COMMAND_MAC(name, function, parameters, description) int function(int argc, char * const *argv);
 #else
 #define SECURITY_COMMAND_MAC(name, function, parameters, description) extern int command_not_on_this_platform(int argc, char * const *argv);
 #endif
 
-
 #endif
 #endif