|
|
| File: [Development] / xfs-cmds / xfsdump / include / config.h.in (download)
Revision 1.8, Wed Nov 9 05:04:17 2005 UTC (11 years, 11 months ago) by nathans.longdrop.melbourne.sgi.com
Update copyright annotations and license boilerplates to correspond with SGI Legals preferences. Merge of master-melb:xfs-cmds:24334a by kenmcd. |
/*
* 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 <libintl.h>
# define _(x) gettext(x)
# else
# define _(x) (x)
# define textdomain(d) do { } while (0)
# define bindtextdomain(d,dir) do { } while (0)
# endif
#endif
#include <locale.h>
#endif /* __CONFIG_H__ */