1 | /*************************************** 2 | $Revision: 3 | 4 | CA module: definitions of symbols related to sources. 5 | 6 | Status: NOT REVIEWED, NOT TESTED 7 | 8 | Author(s): Ambrose Magee 9 | 10 | ******************/ /****************** 11 | Modification History: 12 | 13 | ******************/ 14 | 15 | /************************************ 16 | Copyright (c) 2000 RIPE NCC 17 | 18 | All Rights Reserved 19 | 20 | Permission to use, copy, modify, and distribute this software and its 21 | documentation for any purpose and without fee is hereby granted, 22 | provided that the above copyright notice appear in all copies and that 23 | both that copyright notice and this permission notice appear in 24 | supporting documentation, and that the name of the author not be 25 | used in advertising or publicity pertaining to distribution of the 26 | software without specific, written prior permission. 27 | 28 | THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 29 | ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS; IN NO EVENT SHALL 30 | AUTHOR BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 31 | DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN 32 | AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 33 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 34 | ***************************************/ 35 | 36 | 37 | #define CA_SRCNAME 0 38 | #define CA_DBCANUPD 1 39 | #define CA_DBDEFLOOK 2 40 | #define CA_DBMACHINE 3 41 | #define CA_DBPORT 4 42 | #define CA_DBUSER 5 43 | #define CA_DBPASSWORD 6 44 | #define CA_DBNAME 7 45 | #define CA_SRCMODE 8 46 | #define CA_NRTMHOST 9 47 | #define CA_NRTMPORT 10 48 | #define CA_NRTMLOG 11 49 | #define CA_NRTMDELAY 12 50 | #define CA_NRTMPROTOCOLVERS 13 51 | #define CA_SRCUPDPORT 14 52 | #define CA_UPDSRCWHOISHOST 15 53 | #define CA_UPDSRCQRYPORT 16 54 | #define CA_UPDSRCUPDPORT 17 55 |