DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T f

⟦3c14b47e6⟧ TextFile

    Length: 2286 (0x8ee)
    Types: TextFile
    Names: »fred.h«

Derivation

└─⟦2d1937cfd⟧ Bits:30007241 EUUGD22: P.P 5.0
    └─⟦35176feda⟧ »EurOpenD22/isode/isode-6.tar.Z« 
        └─⟦de7628f85⟧ 
            └─⟦this⟧ »isode-6.0/others/quipu/uips/fred/fred.h« 

TextFile

/* fred.h - definitions for fred */

/* 
 * $Header: /f/osi/others/quipu/uips/fred/RCS/fred.h,v 7.4 90/01/16 20:43:29 mrose Exp $
 *
 *
 * $Log:	fred.h,v $
 * Revision 7.4  90/01/16  20:43:29  mrose
 * last check-out
 * 
 * Revision 7.3  90/01/11  18:36:33  mrose
 * real-sync
 * 
 * Revision 7.2  89/12/14  18:49:03  mrose
 * KIS project
 * 
 * Revision 7.1  89/12/13  20:01:49  mrose
 * errfp
 * 
 * Revision 7.0  89/11/23  22:08:57  mrose
 * Release 6.0
 * 
 */

/*
 *				  NOTICE
 *
 *    Acquisition, use, and distribution of this module and related
 *    materials are subject to the restrictions of a license agreement.
 *    Consult the Preface in the User's Manual for the full terms of
 *    this agreement.
 *
 */


#include <stdio.h>
#include "general.h"
#include "manifest.h"
#include "tailor.h"

/* \f

   MAIN */

extern int  interrupted;
extern int  oneshot;

extern	SFP	istat;
extern	SFP	qstat;

extern LLog _fred_log, *fred_log;


void	adios (), advise ();
int	ask (), getline ();
char   *strdup ();

/* \f

   DATA */

extern int	debug;
extern int	fflag;
extern int	kflag;
extern int	mail;
extern int	nametype;
extern int	network;
extern int	query;
extern int	readonly;
extern int	soundex;
extern int	timelimit;
extern int	verbose;
extern int	watch;

extern int      usetty;
extern int      ifd;
extern int      ofd;

extern int	didbind;
extern int	dontpage;
extern int	rcmode;
extern int	runcom;
extern int	runsys;

extern char    *manager;
extern char    *pager;

extern char    *myarea;
extern char    *mydn;
extern char    *myhome;
extern char    *myuser;


extern FILE    *stdfp;
extern FILE    *errfp;


#define	EOLN	(network && !mail ? "\r\n" : "\n")

/* \f

   DISPATCH */

struct dispatch {
    char   *ds_name;
    IFP	    ds_fnx;

    int	    ds_flags;
#define	DS_NULL	0x00
#define	DS_USER	0x01
#define	DS_SYOK	0x02

    char   *ds_help;
};

/* \f

   MISCELLANY */

struct area_guide {
    int	    ag_record;
#define	W_ORGANIZATION	0x01
#define	W_UNIT		0x02
#define	W_LOCALITY	0x03
#define	W_PERSON	0x04
#define	W_DSA		0x05
#define	W_ROLE		0x06
    char   *ag_key;

    char   *ag_search;

    char   *ag_class;
    char   *ag_rdn;

    char   *ag_area;
};

extern struct area_guide areas[];

/* \f

   WHOIS */

extern char *whois_help[];

/* \f

 */

extern int  errno;