Add movdi pattern to FR30 port.
[official-gcc.git] / gcc / acconfig.h
blob5418b1a0d16c90387067d4eaf606996a541851af
1 /* Define to 1 if NLS is requested. */
2 #undef ENABLE_NLS
4 /* Define as 1 if you have catgets and don't want to use GNU gettext. */
5 #undef HAVE_CATGETS
7 /* Define as 1 if you have gettext and don't want to use GNU gettext. */
8 #undef HAVE_GETTEXT
10 /* Define if your locale.h file contains LC_MESSAGES. */
11 #undef HAVE_LC_MESSAGES
13 /* Define as 1 if you have the stpcpy function. */
14 #undef HAVE_STPCPY
16 /* Define if your assembler supports specifying the maximum number
17 of bytes to skip when using the GAS .p2align command. */
18 #undef HAVE_GAS_MAX_SKIP_P2ALIGN
20 /* Define if your assembler supports .balign and .p2align. */
21 #undef HAVE_GAS_BALIGN_AND_P2ALIGN
23 /* Define if your assembler uses the old HImode fild and fist notation. */
24 #undef HAVE_GAS_FILDS_FISTS
26 @TOP@