562af88
diff -up screen-4.0.3/config.h.in.configh screen-4.0.3/config.h.in
562af88
--- screen-4.0.3/config.h.in.configh	2006-10-23 15:06:32.000000000 +0200
562af88
+++ screen-4.0.3/config.h.in	2008-05-19 15:47:19.000000000 +0200
562af88
@@ -291,7 +291,7 @@
562af88
  * Define USE_LOCALE if you want screen to use the locale names
562af88
  * for the name of the month and day of the week.
562af88
  */
562af88
-#define USE_LOCALE
562af88
+#undef USE_LOCALE
562af88
 
562af88
 /*
562af88
  * Define USE_PAM if your system supports PAM (Pluggable Authentication
562af88
@@ -563,7 +563,6 @@
562af88
  * If you are on a SYS V machine that restricts filename length to 14 
562af88
  * characters, you may need to enforce that by setting NAME_MAX to 14
562af88
  */
562af88
-#undef NAME_MAX		/* KEEP_UNDEF_HERE override system value */
562af88
 #undef NAME_MAX
562af88
 
562af88
 /*