Add dummy-select from http://bugs.digium.com/13132
commit4183c85ab263462faae34270328b09ace74c3d3e
authorTzafrir Cohen <tzafrir@cohens.org.il>
Fri, 25 Jul 2008 20:25:00 +0000 (25 23:25 +0300)
committerTzafrir Cohen <tzafrir@cohens.org.il>
Wed, 10 Sep 2008 19:49:54 +0000 (10 22:49 +0300)
tree9361f3048dd60d9c06d929695ba1b2380623ae55
parent9d3208c467bc26069f78aa90fce10f4aa483ab28
Add dummy-select from http://bugs.digium.com/13132

dummy-select is a simple replacement for menuselect that still allows
building Asterisk. It also includes a minimal Makefile and some
placeholder files as they are mentioned in the toplevel Asterisk
Makefile.
menuselect/Makefile [new file with mode: 0644]
menuselect/linkedlists.h [new file with mode: 0644]
menuselect/menuselect [new file with mode: 0755]
menuselect/menuselect.c [new file with mode: 0644]
menuselect/menuselect.h [new file with mode: 0644]
menuselect/menuselect_curses.c [new file with mode: 0644]
menuselect/menuselect_stub.c [new file with mode: 0644]