����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/usr/bin/sh
# SPDX-License-Identifier: GPL-2.0
PKG="ncursesw"
PKG2="ncurses"
if [ -n "$(command -v pkg-config)" ]; then
if pkg-config --exists $PKG; then
echo cflags=\"$(pkg-config --cflags $PKG)\"
echo libs=\"$(pkg-config --libs $PKG)\"
exit 0
fi
if pkg-config --exists $PKG2; then
echo cflags=\"$(pkg-config --cflags $PKG2)\"
echo libs=\"$(pkg-config --libs $PKG2)\"
exit 0
fi
fi
# Check the default paths in case pkg-config is not installed.
# (Even if it is installed, some distributions such as openSUSE cannot
# find ncurses by pkg-config.)
if [ -f /usr/include/ncursesw/ncurses.h ]; then
echo cflags=\"-D_GNU_SOURCE -I/usr/include/ncursesw\"
echo libs=\"-lncursesw\"
exit 0
fi
if [ -f /usr/include/ncurses/ncurses.h ]; then
echo cflags=\"-D_GNU_SOURCE -I/usr/include/ncurses\"
echo libs=\"-lncurses\"
exit 0
fi
# As a final fallback before giving up, check if $HOSTCC knows of a default
# ncurses installation (e.g. from a vendor-specific sysroot).
if echo '#include <ncurses.h>' | ${HOSTCC} -E - >/dev/null 2>&1; then
echo cflags=\"-D_GNU_SOURCE\"
echo libs=\"-lncurses\"
exit 0
fi
echo >&2 "*"
echo >&2 "* Unable to find the ncurses package."
echo >&2 "* Install ncurses (ncurses-devel or libncurses-dev"
echo >&2 "* depending on your distribution)."
echo >&2 "*"
echo >&2 "* You may also need to install pkg-config to find the"
echo >&2 "* ncurses installed in a non-default location."
echo >&2 "*"
exit 1
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| lxdialog | Folder | 0755 |
|
|
| tests | Folder | 0755 |
|
|
| Makefile | File | 7.61 KB | 0644 |
|
| conf | File | 126.77 KB | 0755 |
|
| conf.c | File | 20.01 KB | 0644 |
|
| confdata.c | File | 22.81 KB | 0644 |
|
| expr.c | File | 30.03 KB | 0644 |
|
| expr.h | File | 9.47 KB | 0644 |
|
| gconf-cfg.sh | File | 737 B | 0755 |
|
| gconf.c | File | 38 KB | 0644 |
|
| gconf.glade | File | 25.04 KB | 0644 |
|
| images.c | File | 6.42 KB | 0644 |
|
| images.h | File | 857 B | 0644 |
|
| internal.h | File | 172 B | 0644 |
|
| lexer.l | File | 8.99 KB | 0644 |
|
| lexer.lex.c | File | 112.63 KB | 0644 |
|
| list.h | File | 3.66 KB | 0644 |
|
| lkc.h | File | 3.75 KB | 0644 |
|
| lkc_proto.h | File | 1.92 KB | 0644 |
|
| mconf-cfg.sh | File | 1.42 KB | 0755 |
|
| mconf.c | File | 27.21 KB | 0644 |
|
| menu.c | File | 21.67 KB | 0644 |
|
| merge_config.sh | File | 4.65 KB | 0755 |
|
| nconf-cfg.sh | File | 1.32 KB | 0755 |
|
| nconf.c | File | 37.87 KB | 0644 |
|
| nconf.gui.c | File | 14.55 KB | 0644 |
|
| nconf.h | File | 2 KB | 0644 |
|
| parser.tab.c | File | 71.65 KB | 0644 |
|
| parser.tab.h | File | 5 KB | 0644 |
|
| parser.y | File | 15.26 KB | 0644 |
|
| preprocess.c | File | 11.01 KB | 0644 |
|
| qconf-cfg.sh | File | 598 B | 0755 |
|
| qconf.cc | File | 43.43 KB | 0644 |
|
| qconf.h | File | 6.4 KB | 0644 |
|
| streamline_config.pl | File | 16.42 KB | 0755 |
|
| symbol.c | File | 28.62 KB | 0644 |
|
| util.c | File | 1.52 KB | 0644 |
|