From: Andre Noll Date: Mon, 28 Dec 2009 21:23:23 +0000 (+0100) Subject: Generate http_recv.ggo and include buffer_tree option. X-Git-Tag: v0.4.2~252 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1645250f4a744f590a12d1552ef6f773e8651e1e;hp=0d6679a8036a45c03d0c5872a4cf6e9c6f87618f Generate http_recv.ggo and include buffer_tree option. --- diff --git a/ggo/http_recv.ggo b/ggo/http_recv.ggo deleted file mode 100644 index 2f1b4d61..00000000 --- a/ggo/http_recv.ggo +++ /dev/null @@ -1,15 +0,0 @@ -option "host" i -#~~~~~~~~~~~~~~ -"ip or host" -string -default="localhost" -optional -details=" - Both IPv4 and IPv6 addresses are supported. -" - -option "port" p -#~~~~~~~~~~~~~~ -"tcp port to connect to" -int default="8000" -optional diff --git a/ggo/http_recv.m4 b/ggo/http_recv.m4 new file mode 100644 index 00000000..abe91b55 --- /dev/null +++ b/ggo/http_recv.m4 @@ -0,0 +1,20 @@ +include(header.m4) +include(buffer_tree.m4) + + +option "host" i +#~~~~~~~~~~~~~~ +"ip or host" +string +default="localhost" +optional +details=" + Both IPv4 and IPv6 addresses are supported. +" + +option "port" p +#~~~~~~~~~~~~~~ +"tcp port to connect to" +int default="8000" +optional +