diff modules/xgetdomainname @ 4731:d160b0c1905e

New modules 'xgetdomainname'.
author Bruno Haible <bruno@clisp.org>
date Thu, 25 Sep 2003 10:41:15 +0000
parents
children 7680bfe3408c
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/modules/xgetdomainname
@@ -0,0 +1,20 @@
+Description:
+Return machine's domainname, without size limitations.
+
+Files:
+lib/xgetdomainname.h
+lib/xgetdomainname.c
+
+Depends-on:
+getdomainname
+xalloc
+
+configure.ac:
+
+Makefile.am:
+lib_SOURCES += xgetdomainname.h xgetdomainname.c
+
+Include:
+
+Maintainer:
+Simon Josefsson