This is configkeys.h in view mode; [Download] [Up]
/*+++* * title: configkeys.h * abstract: Define keys used for configuration hashtable. * author: T.R.Hageman, Groningen, The Netherlands * created: December 1994 * modified: (see RCS Log at end) * copyright: * * Copyright (C) 1994,1995 Tom R. Hageman. * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This software is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this software; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * description: * * Very boring... *---*/ #ifndef _CONFIGKEYS_H_ #define _CONFIGKEYS_H_ "configkeys.h,v 1.4 1995/07/12 17:23:00" #define ORGANIZATION "ORGANIZATION" #define HOSTNAME "HOSTNAME" #define UUCPNAME "UUCPNAME" #define NEWSFEED "NEWSFEED" #define NEWSFEED_SUBSCRIPTIONS "NEWSFEED_SUBSCRIPTIONS" #define NEWSFEED_DISTRIBUTION "NEWSFEED_DISTRIBUTION" #define NEWSFEED_FLAGS "NEWSFEED_FLAGS" #define IMMEDNEWS "IMMEDNEWS" #define EXPIRERMDIR "EXPIRERMDIR" #define ADDSIGNATURE "ADDSIGNATURE" #define EXPIRERMDIR_PRESENT "EXPIRERMDIR_PRESENT" #define ADDSIGNATURE_PRESENT "ADDSIGNATURE_PRESENT" #define IMMEDNEWS_PRESENT "IMMEDNEWS_PRESENT" #define ACTIVEGROUPS "ACTIVEGROUPS" #define AVAILABLEGROUPS "AVAILABLEGROUPS" #define ALLGROUPS "ALLGROUPS" #endif /* _CONFIGKEYS_H_ */ /*====================================================================== * configkeys.h,v * Revision 1.4 1995/07/12 17:23:00 tom * [fixed Copyright notice] * * Revision 1.3 1995/01/13 22:28:13 tom * (NEWSFEED_SUBSCRIPTIONS,NEWSFEED_DISTRIBUTION,NEWSFEED_FLAGS): added. * * Revision 1.2 1994/12/21 13:54:01 tom * (EXPIRERMDIR_PRESENT,ADDSIGNATURE_PRESENT): added. * * Revision 1.1 1994/12/19 23:58:21 tom * Initial revision * *======================================================================*/
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.