Add dummy-select from http://bugs.digium.com/13132
commit61779ecd45651a1ab4018549120e5013d900e1be
authorTzafrir Cohen <tzafrir@cohens.org.il>
Fri, 25 Jul 2008 20:25:00 +0000 (25 23:25 +0300)
committerTzafrir Cohen <tzafrir@cohens.org.il>
Thu, 4 Sep 2008 07:30:37 +0000 (4 10:30 +0300)
treea7845e33cbd0ce6dc5e2d509ffaeb4f2e0fa4531
parent09e93d255027e0ed77253647136203506bf593d7
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]