File:  [MW Coherent from dump] / coherent / d / bin / uucheck / uucheckname / uuckname.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:39 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/* sitename.h - include file for chk_sitename.c 
 * part of uucheck
 */

#ifndef EXTERN
#	ifdef MAIN
#		define EXTERN
#		define EQUALS(v)	= v
#	else
#		define EXTERN	extern
#		define EQUALS(v)
#	endif
#endif EXTERN

#ifdef MAIN
char *well_known_names[] = {
	"clout",
	"decwrl",
	"hp",
	"kgbvax",
	"prep",
	"seismo",
	"ucbvax",
	"uunet",
	NULL
}; /* char *well_known_names[] */

char *yes_table[] = {
	"y",
	"Y",
	"yes",
	"Yes",
	"YES",
	"true",
	"True",
	"TRUE",
	"sure",
	"yep",
	"ok",
	"uhhuh",
	"fersher",
	NULL
}; /* char *yes_table[] */

char *no_table[] = {
	"n",
	"N",
	"no",
	"No",
	"NO",
	"false",
	"False",
	"FALSE",
	"nah",
	"nope",
	"uhuh",
	"noway",
	"getoutahere",
	NULL
}; /* char *no_table[] */

#else
extern char *well_known_names[];
extern char *yes_table[];
extern char *no_table[];
#endif

char *lookup();

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.