Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
2.2 KiB

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright (c) Microsoft Corporation
  4. //
  5. // Module Name:
  6. //
  7. // rmstring.h
  8. //
  9. //////////////////////////////////////////////////////////////////////////////
  10. #ifndef _RMSTRING_H__
  11. #define _RMSTRING_H__
  12. #if _MSC_VER > 1000
  13. #pragma once
  14. #endif
  15. #define MSG_HELP_START L"%1!-14s! - "
  16. #define MSG_NEWLINE L"\n"
  17. #define MSG_AAAACONFIG_DUMP L""
  18. #define MSG_AAAACONFIG_BLOBBEGIN_A L"pushd aaaa\nset config "
  19. #define MSG_AAAACONFIG_BLOBBEGIN_B L"type="
  20. #define MSG_AAAACONFIG_BLOBBEGIN_C L" blob=\\\n"
  21. #define MSG_AAAACONFIG_BLOBEND L"\npopd\n"
  22. #define CMD_GROUP_SHOW L"show"
  23. #define CMD_GROUP_SET L"set"
  24. #define CMD_AAAA_HELP1 L"help"
  25. #define CMD_AAAA_HELP2 L"?"
  26. #define CMD_AAAA_DUMP L"dump"
  27. #define CMD_AAAAVERSION_SHOW L"version"
  28. #define CMD_AAAACONFIG_SET L"config"
  29. #define CMD_AAAACONFIG_SHOW L"config"
  30. #define CMD_AAAACONFIG_SERVER_SETTINGS L"server_settings"
  31. #define CMD_AAAACONFIG_CLIENTS L"clients"
  32. #define CMD_AAAACONFIG_CONNECTION_REQUEST_POLICIES L"connection_request_policies"
  33. #define CMD_AAAACONFIG_LOGGING L"logging"
  34. #define CMD_AAAACONFIG_REMOTE_ACCESS_POLICIES L"remote_access_policies"
  35. #define TOKEN_SET L"set"
  36. #define TOKEN_BLOB L"blob"
  37. #define TOKEN_SHOW L"show"
  38. #define TOKEN_TYPE L"type"
  39. #define TOKEN_VERSION L"version"
  40. #define TOKEN_CONFIG L"config"
  41. #define TOKEN_SERVER_SETTINGS L"server_settings"
  42. #define TOKEN_CLIENTS L"clients"
  43. #define TOKEN_CONNECTION_REQUEST_POLICIES L"connection_request_policies"
  44. #define TOKEN_LOGGING L"logging"
  45. #define TOKEN_REMOTE_ACCESS_POLICIES L"remote_access_policies"
  46. #endif //_RMSTRING_H__