version 1.15, 2004/02/13 03:10:19 |
version 1.16, 2004/06/14 11:10:40 |
|
|
/* $OpenXM: OpenXM/rc/repl.c,v 1.14 2003/02/02 01:52:50 takayama Exp $ */ |
/* $OpenXM: OpenXM/rc/repl.c,v 1.15 2004/02/13 03:10:19 takayama Exp $ */ |
|
|
#include <stdio.h> |
#include <stdio.h> |
#include <stdlib.h> |
#include <stdlib.h> |
Line 83 main(int argc,char *argv[]) { |
|
Line 83 main(int argc,char *argv[]) { |
|
printf("setenv OpenXM_PSTOIMG_TYPE=gif\n"); |
printf("setenv OpenXM_PSTOIMG_TYPE=gif\n"); |
} |
} |
}else { |
}else { |
printf("OpenXM_PSTOIMG_TYPE=no\n"); |
if (type == 'b') { |
printf("export OpenXM_PSTOIMG_TYPE\n"); |
printf("OpenXM_PSTOIMG_TYPE=no\n"); |
|
printf("export OpenXM_PSTOIMG_TYPE\n"); |
|
}else{ |
|
printf("setenv OpenXM_PSTOIMG_TYPE no\n"); |
|
} |
} |
} |
|
|
while (unlink(REPL_IMGFILE) != 0) { |
while (unlink(REPL_IMGFILE) != 0) { |