[BACK]Return to repl.c CVS log [TXT][DIR] Up to [local] / OpenXM / rc

Diff for /OpenXM/rc/repl.c between version 1.15 and 1.16

version 1.15, 2004/02/13 03:10:19 version 1.16, 2004/06/14 11:10:40
Line 1 
Line 1 
 /* $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) {

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>