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.

32 lines
1.0 KiB

  1. /************************************************************
  2. * FILE: catconfig.h
  3. * PURPOSE: Store categorization config options
  4. * HISTORY:
  5. * // jstamerj 980211 15:55:01: Created
  6. ************************************************************/
  7. #ifndef _CATCONFIG_H
  8. #define _CATCONFIG_H
  9. #include "aqueue.h"
  10. #define CAT_AQ_CONFIG_INFO_CAT_FLAGS ( \
  11. AQ_CONFIG_INFO_MSGCAT_DOMAIN | \
  12. AQ_CONFIG_INFO_MSGCAT_USER | \
  13. AQ_CONFIG_INFO_MSGCAT_PASSWORD | \
  14. AQ_CONFIG_INFO_MSGCAT_BINDTYPE | \
  15. AQ_CONFIG_INFO_MSGCAT_SCHEMATYPE | \
  16. AQ_CONFIG_INFO_MSGCAT_HOST | \
  17. AQ_CONFIG_INFO_MSGCAT_FLAGS | \
  18. AQ_CONFIG_INFO_MSGCAT_NAMING_CONTEXT | \
  19. AQ_CONFIG_INFO_MSGCAT_TYPE | \
  20. AQ_CONFIG_INFO_DEFAULT_DOMAIN | \
  21. AQ_CONFIG_INFO_MSGCAT_PORT | \
  22. AQ_CONFIG_INFO_MSGCAT_ENABLE \
  23. )
  24. #define RP_ERROR_STRING_UNKNOWN_USER "The user does not exist."
  25. #define RP_ERROR_STRING_UNKNOWN_USER_W L"The user does not exist."
  26. #endif //_CATCONFIG_H