diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-23 11:37:42 +0100 |
commit | ce621815fecece2b4d8a4cb7115eb82c1cb7ed44 (patch) | |
tree | 84e74add0e3efb81a8625a92f83ed4ff9b576ac7 /package/libtorrent | |
parent | 2c3389799c46724a4922179ff70d1230ccbe5b59 (diff) |
remove and ignore autogenerated Config.in files
Diffstat (limited to 'package/libtorrent')
-rw-r--r-- | package/libtorrent/Config.in | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/package/libtorrent/Config.in b/package/libtorrent/Config.in deleted file mode 100644 index ebe757f74..000000000 --- a/package/libtorrent/Config.in +++ /dev/null @@ -1,27 +0,0 @@ -config ADK_PACKAGE_LIBTORRENT - prompt "libtorrent........................ bittorrent library" - tristate - default n - select ADK_PACKAGE_LIBOPENSSL - select ADK_PACKAGE_LIBSIGCXX - help - http://libtorrent.rakshasa.no/ - -choice -prompt "C++ library to use" -depends on ADK_PACKAGE_LIBTORRENT -default ADK_COMPILE_LIBTORRENT_WITH_STDCXX if ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC -default ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX if ADK_TARGET_LIB_UCLIBC - -config ADK_COMPILE_LIBTORRENT_WITH_STDCXX - bool "Standard C++ library" - select ADK_PACKAGE_LIBSTDCXX - help - -config ADK_COMPILE_LIBTORRENT_WITH_UCLIBCXX - bool "Embedded uClibc++ library" - select ADK_PACKAGE_UCLIBCXX - depends on ADK_BROKEN - help - -endchoice |