]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MINICERN/packlib/kernlib/kerngen/ccgen/setenvf.F.ori
Merging the VirtualMC branch to the main development branch (HEAD)
[u/mrichter/AliRoot.git] / MINICERN / packlib / kernlib / kerngen / ccgen / setenvf.F.ori
diff --git a/MINICERN/packlib/kernlib/kerngen/ccgen/setenvf.F.ori b/MINICERN/packlib/kernlib/kerngen/ccgen/setenvf.F.ori
deleted file mode 100644 (file)
index 00164b9..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-*
-* $Id$
-*
-* $Log$
-* Revision 1.1.1.1  1996/02/15 17:49:26  mclareni
-* Kernlib
-*
-*
-#include "kerngen/pilot.h"
-      INTEGER FUNCTION SETENVF (NAME, TEXT)
-C
-C CERN PROGLIB# Z265    SETENVF         .VERSION KERNFOR  4.36  930602
-C ORIG. 22/02/91, JZ
-C Fortran interface routine to setenv (BSD) or putenv (SYS V)
-C
-      CHARACTER*(*)  NAME, TEXT
-      INTEGER        SETENI
-
-      LGNM = LNBLNK (NAME)
-      LGTX = LNBLNK (TEXT)
-      LGTX = MAX (1, LGTX)
-      IF (LGNM.EQ.0)               GO TO 91
-
-      SETENVF = SETENI (NAME,TEXT,LGNM,LGTX)
-      RETURN
-
-   91 SETENVF = -1
-      END