in reply to How to include a large number of constants?

Make your g1.inc into an actual module with a package name and then just reference them with fully-qualified names, e.g. MyConstants::OPEN_REQ().
  • Comment on Re: How to include a large number of constants?