24 lines
962 B
Plaintext
24 lines
962 B
Plaintext
/* +---------------------- Copyright notice -------------------------------+ */
|
|
/* | Copyright (C) 1995, Guy Barrand, LAL Orsay, (barrand@lal.in2p3.fr) | */
|
|
/* | Permission to use, copy, modify, and distribute this software | */
|
|
/* | and its documentation for any purpose and without fee is hereby | */
|
|
/* | granted, provided that the above copyright notice appear in all | */
|
|
/* | copies and that both that copyright notice and this permission | */
|
|
/* | notice appear in supporting documentation. This software is | */
|
|
/* | provided "as is" without express or implied warranty. | */
|
|
/* +---------------------- Copyright notice -------------------------------+ */
|
|
#ifndef WoG4o_ic
|
|
#define WoG4o_ic
|
|
|
|
#ifdef HAS_G4O
|
|
|
|
G4oAddCommands (WoGetShellInterpreter());
|
|
|
|
OInterfaceAddPackage ("G4o");
|
|
|
|
OInterpreterAddInterpreter ("G4",G4oExecuteScript);
|
|
|
|
#endif /*HAS_G4O*/
|
|
|
|
#endif /*WoG4o_ic*/
|