|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../uclibc/uclibc.conf |
|
|
|
|
# Copyright (C) 2006 - 2011 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 - 2012 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -84,6 +84,10 @@ default_config() {
|
|
|
|
|
# forkpty(), login(), login_tty(), logout(), logwtmp(), openpty() |
|
|
|
|
echo "X UCLIBC_HAS_LIBUTIL" |
|
|
|
|
|
|
|
|
|
if [ "$SDECFG_DEBUG" = 1 ]; then |
|
|
|
|
echo "X DODEBUG" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
# locale |
|
|
|
|
if [ "$SDECFG_DISABLE_NLS" = "0" ]; then |
|
|
|
|
echo "X UCLIBC_HAS_LOCALE" |
|
|
|
|