head 1.4; access; symbols; locks; strict; comment @ * @; 1.4 date 2002.04.22.15.22.39; author ms; state dead; branches; next 1.3; 1.3 date 2002.03.26.17.11.06; author ms; state Exp; branches; next 1.2; 1.2 date 2002.02.08.18.36.40; author ms; state Exp; branches; next 1.1; 1.1 date 2002.02.07.12.38.32; author ms; state Exp; branches; next ; desc @@ 1.4 log @Remove obsolete specs and implementations. @ text @/* OSSP rc - Run-command processor ** Copyright (c) 2002 Ralf S. Engelschall ** Copyright (c) 2002 Cable & Wireless Deutschland GmbH ** Copyright (c) 2002 The OSSP Project ** ** This file is part of OSSP rc, a portable Run-command processor ** which can be found at http://www.ossp.org/pkg/lib/rc/ ** ** Permission to use, copy, modify, and distribute this software for ** any purpose with or without fee is hereby granted, provided that ** the above copyright notice and this permission notice appear in all ** copies. ** ** THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED ** WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. ** IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR ** CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF ** USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ** ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, ** OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT ** OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF ** SUCH DAMAGE. ** ** rc_option.h: Run-command processor ISO C public header file */ #ifndef __OSSPRC_OPTION_H__ #define __OSSPRC_OPTION_H__ /* Option values used with popt */ #define RC_USE_VAL 32 #define RC_DBG_VAL 33 #define RC_VER_VAL 34 #define RC_EVL_VAL 35 #define RC_HLP_VAL 36 #define RC_INF_VAL 37 #define RC_LBL_VAL 38 #define RC_PRN_VAL 39 #define RC_SIL_VAL 40 #define RC_RAW_VAL 41 #define RC_VRB_VAL 42 #define RC_EXC_VAL 43 #define RC_LOC_VAL 44 #define RC_CNF_VAL 45 #define RC_FNC_VAL 46 #define RC_QRY_VAL 47 #define RC_TMP_VAL 48 #define RC_OWN_VAL 49 #define RC_GRP_VAL 50 #define RC_MSK_VAL 51 #define RC_ASS_VAL 52 #define RC_DEF_VAL 53 #define RC_REF_VAL 54 #define RC_PRM_VAL 55 #define RC_TRM_VAL 56 #define RC_NCF_VAL 57 #define RC_CMN_VAL 58 #define RC_DFL_VAL 59 #define RC_ERR_VAL 60 #endif /* __OSSPRC_OPTION_H__ */ @ 1.3 log @Vacation flush, mostly build configuration details. Its not building very clean right now. @ text @@ 1.2 log @Further abstraction and building in of the configuration logic. We now store configuration variables using OSSP val, also. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @d1 2 a2 1 /* rc - OSSP Run-command processor a4 1 ** Copyright (c) 2002 Ralf S. Engelschall d7 1 a7 1 ** which can be found at http://www.ossp.org/pkg/rc/ @ 1.1 log @Abstract rc's config according to design. PR: Submitted by: Reviewed by: Approved by: Obtained from: @ text @d1 32 d63 2 @