|
|
| File: [Development] / xfs-cmds / acl / include / config.h.in (download)
Revision 1.5, Thu Feb 20 03:31:38 2003 UTC (14 years, 8 months ago) by nathans
Merge symbol visibility patch from Andreas for hiding symbols in libacl which we don't want exported, provided the compiler supports that (adds a configure check too). |
/* Define if you want Posix compliant getfacl and setfacl utilities
without extensions */
#undef POSIXLY_CORRECT
/* The number of bytes in a int. */
#undef SIZEOF_INT
/* The number of bytes in a long. */
#undef SIZEOF_LONG
/* The number of bytes in a short. */
#undef SIZEOF_SHORT
/* Define if you have attribute((visibility(hidden))) in gcc. */
#undef HAVE_VISIBILITY_ATTRIBUTE
/* Define if you want gettext (I18N) support */
#undef ENABLE_GETTEXT
#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
#include <locale.h>