/* * Copyright (c) 2002 Silicon Graphics, Inc. All Rights Reserved. * * @configure_input@ */ #ifndef __CONFIG_H__ #define __CONFIG_H__ /* Define if you want gettext (I18N) support */ #undef ENABLE_GETTEXT #ifndef _ # ifdef ENABLE_GETTEXT # include # define _(x) gettext(x) # else # define _(x) (x) # define textdomain(d) do { } while (0) # define bindtextdomain(d,dir) do { } while (0) # endif #endif #include #endif /* __CONFIG_H__ */