		================================================    Updated:
		Environment variables affecting LibGGI behaviour    981224
		================================================    


GII_INPUT	- Input source to use.

		  Format: <input>[:<inputargs>]
		  
		  Multiple inputs can be specified using the notation:
		  (<i1>):(<i2>):(<i3>) etc...

GGI_DEBUG	- Debug level for LibGII:
                    0 or unset - debug output is offdebugging is off
		    255        - all debug output is on
		  You may also 'or' any of the following together:
		      2  - debug core
		     32  - misc debugging output
		     64	 - debug dynamic library handling
		    128  - debug event handling

GGI_DEBUGSYNC	- Turn on synchronous debug output. Flush the output buffers
		  before returning from DPRINT calls.
