]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Generate http_recv.ggo and include buffer_tree option.
authorAndre Noll <maan@systemlinux.org>
Mon, 28 Dec 2009 21:23:23 +0000 (22:23 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 28 Dec 2009 21:23:23 +0000 (22:23 +0100)
ggo/http_recv.ggo [deleted file]
ggo/http_recv.m4 [new file with mode: 0644]

diff --git a/ggo/http_recv.ggo b/ggo/http_recv.ggo
deleted file mode 100644 (file)
index 2f1b4d6..0000000
+++ /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 (file)
index 0000000..abe91b5
--- /dev/null
@@ -0,0 +1,20 @@
+include(header.m4)
+include(buffer_tree.m4)
+
+<qu>
+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
+</qu>