diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 165bafb4629..5a22b7c3c50 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -241,6 +241,9 @@ Boston, MA 02111-1307, USA. */ | |||
| 241 | /* Define to 1 if you have the <krb.h> header file. */ | 241 | /* Define to 1 if you have the <krb.h> header file. */ |
| 242 | #undef HAVE_KRB_H | 242 | #undef HAVE_KRB_H |
| 243 | 243 | ||
| 244 | /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */ | ||
| 245 | #undef HAVE_LANGINFO_CODESET | ||
| 246 | |||
| 244 | /* Define to 1 if you have the `com_err' library (-lcom_err). */ | 247 | /* Define to 1 if you have the `com_err' library (-lcom_err). */ |
| 245 | #undef HAVE_LIBCOM_ERR | 248 | #undef HAVE_LIBCOM_ERR |
| 246 | 249 | ||
| @@ -791,7 +794,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 791 | #ifdef HAVE_CARBON | 794 | #ifdef HAVE_CARBON |
| 792 | #define HAVE_WINDOW_SYSTEM | 795 | #define HAVE_WINDOW_SYSTEM |
| 793 | #define HAVE_MOUSE | 796 | #define HAVE_MOUSE |
| 794 | #define HAVE_MENUS | ||
| 795 | #endif | 797 | #endif |
| 796 | 798 | ||
| 797 | /* Define USER_FULL_NAME to return a string | 799 | /* Define USER_FULL_NAME to return a string |