RSPiXPrefixD.h 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. ////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright 2016 RWS Inc, All Rights Reserved
  4. //
  5. // This program is free software; you can redistribute it and/or modify
  6. // it under the terms of version 2 of the GNU General Public License as published by
  7. // the Free Software Foundation
  8. //
  9. // This program is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License along
  15. // with this program; if not, write to the Free Software Foundation, Inc.,
  16. // 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  17. //
  18. // This file is automatically included as part of every file in the project.
  19. //
  20. // Thie file sets includes the common settings and any settings that are
  21. // specific to DEBUG mode.
  22. //
  23. ////////////////////////////////////////////////////////////////////////////////
  24. #ifndef RSPIXPREFIXD_H
  25. #define RSPIXPREFIXD_H
  26. // Include common settings
  27. #include "PostalPrefixCommon.h"
  28. // SmartHeap Stuff. Normally, we define these in debug mode and comment them out otherwise.
  29. #define NOSHMALLOC
  30. //#define MEM_DEBUG
  31. //#define DEFINE_NEW_MACRO
  32. // Define this for debug mode, comment it out otherwise.
  33. #define _DEBUG
  34. #endif // RSPIXPREFIXD_H
  35. ////////////////////////////////////////////////////////////////////////////////
  36. // EOF
  37. ////////////////////////////////////////////////////////////////////////////////