]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - screen/patches/screen-4.0.3-configh.patch
libunistring: Update to version 0.9.6
[people/amarx/ipfire-3.x.git] / screen / patches / screen-4.0.3-configh.patch
CommitLineData
6580a72d
MT
1diff -up screen-4.0.3/config.h.in.configh screen-4.0.3/config.h.in
2--- screen-4.0.3/config.h.in.configh 2006-10-23 15:06:32.000000000 +0200
3+++ screen-4.0.3/config.h.in 2008-05-19 15:47:19.000000000 +0200
4@@ -291,7 +291,7 @@
5 * Define USE_LOCALE if you want screen to use the locale names
6 * for the name of the month and day of the week.
7 */
8-#define USE_LOCALE
9+#undef USE_LOCALE
10
11 /*
12 * Define USE_PAM if your system supports PAM (Pluggable Authentication
13@@ -563,7 +563,6 @@
14 * If you are on a SYS V machine that restricts filename length to 14
15 * characters, you may need to enforce that by setting NAME_MAX to 14
16 */
17-#undef NAME_MAX /* KEEP_UNDEF_HERE override system value */
18 #undef NAME_MAX
19
20 /*