All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
implied.
This software is distributed under license and may not be copied,
modified or distributed except as expressly authorized under the terms
of the license contained in the file LICENSE in this distribution.
Refer to licensing information at http://www.artifex.com or contact
Artifex Software, Inc., 39 Mesa Street, Suite 108A, San Francisco,
CA 94129, USA, for further information.
*/
#ifndef iconf_INCLUDED
#define iconf_INCLUDED
#include "stdpre.h"
#include "gxiodev.h"
extern const byte gs_init_string[];
extern const uint gs_init_string_sizeof;
extern const byte gs_init_files[];
extern const uint gs_init_files_sizeof;
extern const byte gs_emulators[];
extern const uint gs_emulators_sizeof;
extern gx_io_device *i_io_device_table[];
extern const unsigned i_io_device_table_count;
#endif