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.

25 lines
870 B

  1. /* BuildInfo.h
  2. *
  3. * (c) 1998 ActiveState Tool Corp. All rights reserved.
  4. *
  5. */
  6. #ifndef ___BuildInfo__h___
  7. #define ___BuildInfo__h___
  8. #define PRODUCT_BUILD_NUMBER "630"
  9. #define PERLFILEVERSION "5,6,1,630\0"
  10. #define PERLRC_VERSION 5,6,1,630
  11. #define ACTIVEPERL_CHANGELIST ""
  12. #define PERLPRODUCTVERSION "Build " PRODUCT_BUILD_NUMBER ACTIVEPERL_CHANGELIST "\0"
  13. #define PERLPRODUCTNAME "ActivePerl\0"
  14. #define PERL_VENDORLIB_NAME "ActiveState"
  15. #define ACTIVEPERL_VERSION "Built "##__TIME__##" "##__DATE__##"\n"
  16. #define ACTIVEPERL_LOCAL_PATCHES_ENTRY "ActivePerl Build " PRODUCT_BUILD_NUMBER ACTIVEPERL_CHANGELIST
  17. #define BINARY_BUILD_NOTICE printf("\n\
  18. Binary build " PRODUCT_BUILD_NUMBER ACTIVEPERL_CHANGELIST " provided by ActiveState Tool Corp. http://www.ActiveState.com\n\
  19. " ACTIVEPERL_VERSION "\n");
  20. #endif /* ___BuildInfo__h___ */