|
|
1.1 ! root 1: /* sitename.h - include file for chk_sitename.c ! 2: * part of uucheck ! 3: */ ! 4: ! 5: #ifndef EXTERN ! 6: # ifdef MAIN ! 7: # define EXTERN ! 8: # define EQUALS(v) = v ! 9: # else ! 10: # define EXTERN extern ! 11: # define EQUALS(v) ! 12: # endif ! 13: #endif EXTERN ! 14: ! 15: #ifdef MAIN ! 16: char *well_known_names[] = { ! 17: "clout", ! 18: "decwrl", ! 19: "hp", ! 20: "kgbvax", ! 21: "prep", ! 22: "seismo", ! 23: "ucbvax", ! 24: "uunet", ! 25: NULL ! 26: }; /* char *well_known_names[] */ ! 27: ! 28: char *yes_table[] = { ! 29: "y", ! 30: "Y", ! 31: "yes", ! 32: "Yes", ! 33: "YES", ! 34: "true", ! 35: "True", ! 36: "TRUE", ! 37: "sure", ! 38: "yep", ! 39: "ok", ! 40: "uhhuh", ! 41: "fersher", ! 42: NULL ! 43: }; /* char *yes_table[] */ ! 44: ! 45: char *no_table[] = { ! 46: "n", ! 47: "N", ! 48: "no", ! 49: "No", ! 50: "NO", ! 51: "false", ! 52: "False", ! 53: "FALSE", ! 54: "nah", ! 55: "nope", ! 56: "uhuh", ! 57: "noway", ! 58: "getoutahere", ! 59: NULL ! 60: }; /* char *no_table[] */ ! 61: ! 62: #else ! 63: extern char *well_known_names[]; ! 64: extern char *yes_table[]; ! 65: extern char *no_table[]; ! 66: #endif ! 67: ! 68: char *lookup();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.