summaryrefslogtreecommitdiff
path: root/modules/getdomainname
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2008-10-19 03:36:00 +0200
committerBruno Haible <bruno@clisp.org>2008-10-19 03:36:00 +0200
commit977cc95fb20fde55a8ce6654397e7ca56f6c6792 (patch)
treeba6a6b93912eeb88a63cee5ab4816f7b8f2edc3d /modules/getdomainname
parent973f26fd8722bcf6cea6d5a15b3f3c7860e55100 (diff)
downloadgnulib-977cc95fb20fde55a8ce6654397e7ca56f6c6792.tar.gz
Move the getdomainname() declaration to <unistd.h>.
Diffstat (limited to 'modules/getdomainname')
-rw-r--r--modules/getdomainname6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/getdomainname b/modules/getdomainname
index b69a1f26df..4f37a0cc22 100644
--- a/modules/getdomainname
+++ b/modules/getdomainname
@@ -2,19 +2,21 @@ Description:
getdomainname() function: Return machine's NIS domain name.
Files:
-lib/getdomainname.h
lib/getdomainname.c
m4/getdomainname.m4
Depends-on:
+unistd
+extensions
configure.ac:
gl_FUNC_GETDOMAINNAME
+gl_UNISTD_MODULE_INDICATOR([getdomainname])
Makefile.am:
Include:
-"getdomainname.h"
+<unistd.h>
License:
GPL