| version 1.1.1.1, 1999/12/03 07:39:12 |
version 1.3, 2000/01/26 02:39:33 |
|
|
| /* $OpenXM: OpenXM/src/asir99/parse/id.c,v 1.1.1.1 1999/11/10 08:12:34 noro Exp $ */ |
/* $OpenXM: OpenXM_contrib2/asir2000/parse/id.c,v 1.2 2000/01/20 02:29:12 noro Exp $ */ |
| #include <stdio.h> |
#include <stdio.h> |
| |
|
| static table1(),namemain(),host(),cgen(),instruction(); |
static table1(),namemain(),host(),cgen(),instruction(); |
|
|
| return; |
return; |
| } |
} |
| } |
} |
| fprintf(stderr,"Incorrect key file : \"%s\".\n",key_file); |
fprintf(stderr,"Key for this machine not found in \"%s\".\n",key_file); |
| instruction(); |
instruction(); |
| } |
} |
| |
|
| static instruction() |
static instruction() |
| { |
{ |
| unsigned int id; |
unsigned int id; |
| |
extern char *asir_libdir; |
| |
|
| host(&id); |
host(&id); |
| fprintf(stderr,"ID for this machine is %08x.\n",id); |
fprintf(stderr, |
| fprintf(stderr,"See the file ASIR_INSTALL to get the correct key.\n"); |
"\nYou need a key for each machine on which you want to run Asir.\n\ |
| |
In order to get the key, send an e-mail consisting of the following\n\ |
| |
single line to risa@sec.flab.fujitsu.co.jp.\n\n\ |
| |
ASIR %08x\n\n\ |
| |
After a while, an e-mail will be returned containing only one line like\n\n\ |
| |
YYYYYYYY YYYYYYYY YYYYYYYY\n\n\ |
| |
Create '%s/asir_key'\n\ |
| |
if necessary and append the returned string to the file.\n", |
| |
id,asir_libdir,asir_libdir); |
| ExitAsir(); |
ExitAsir(); |
| } |
} |