X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fgengetopt%2Faudioc.m4;fp=m4%2Fgengetopt%2Faudioc.m4;h=5ecc2a92b82b16d90056c361c059c9422946dbc3;hb=2829202e393e4b0095d62739910ae56f04e83326;hp=0000000000000000000000000000000000000000;hpb=66b0f375732897cb76cfbefbb03ed951c4ed24ba;p=paraslash.git diff --git a/m4/gengetopt/audioc.m4 b/m4/gengetopt/audioc.m4 new file mode 100644 index 00000000..5ecc2a92 --- /dev/null +++ b/m4/gengetopt/audioc.m4 @@ -0,0 +1,22 @@ +include(header.m4) + +option "socket" s +#~~~~~~~~~~~~~~~~ +"well-known socket (default=/var/paraslash/audiod.socket.$HOSTNAME)" + string typestr="filename" + optional + + +option "bufsize" b +#~~~~~~~~~~~~~~~~~ +"size of internal buffer" + int typestr="bytes" + default="8192" + optional + + +define(CURRENT_PROGRAM,para_audioc) +define(DEFAULT_HISTORY_FILE,~/.paraslash/audioc.history) +include(loglevel.m4) +include(history_file.m4) +include(complete.m4)