X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/5c19dc3ae3bd8e40a9c028b0deddd50ff337692c..07691282a056c4efea71e1e505527601e8cc166b:/OSX/utilities/SecurityTool/security_tool_commands.h diff --git a/OSX/utilities/SecurityTool/security_tool_commands.h b/OSX/utilities/SecurityTool/security_tool_commands.h index 7e01dfc6..b6d601c9 100644 --- a/OSX/utilities/SecurityTool/security_tool_commands.h +++ b/OSX/utilities/SecurityTool/security_tool_commands.h @@ -21,6 +21,7 @@ * @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 @@ -34,11 +35,10 @@ #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 - #endif