1 /*
2  * Copyright (c) 2001-2007 Mark Hessling <mark@rexx.org> All rights reserved.
3  * Copyright (c) 2007 Rexx Language Association. All rights reserved.
4  *
5  * This program and the accompanying materials are made available under
6  * the terms of the Common Public License v1.0 which accompanies this
7  * distribution. A copy is also available at the following address:
8  * http://www.oorexx.org/license.html
9  */
10 
11 #define RXPACKAGE_MAGIC_NUMBER    30502
12 #define RXPACKAGE_DEBUG_VAR       "REXXCURL_DEBUG"
13 #define RXPACKAGE_CONSTANT_PREFIX "!REXXCURL.!"
14 
15 #define RXPACKAGENAME             "rexxcurl"
16 #define GETPACKAGEINITIALISER()   getRexxCURLInitialiser()
17 #define GETPACKAGETERMINATOR()    getRexxCURLTerminator()
18 #define GETPACKAGEFUNCTIONS()     getRexxCURLFunctions()
19 #define GETPACKAGESUBCOMHANDLER() getRexxCURLSubcomHandler()
20 #define GETPACKAGECONSTANTS()     getRexxCURLConstants()
21 #define GETPACKAGEINITHANDLER()   getRexxCURLInitHandler()
22 #define PACKAGEUSAGE()            RexxCURLUsage()
23 
24