X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fxgethostname;h=07a90cdc16ed3215f3d545bdc368cc1de2fe5cca;hb=8551f7edb3d6c2612cd1831858cb16ea392de4e4;hp=cb6aab1397920daead26cd9bec39f351740d8199;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/xgethostname b/modules/xgethostname index cb6aab139..07a90cdc1 100644 --- a/modules/xgethostname +++ b/modules/xgethostname @@ -1,17 +1,24 @@ Description: +Return machine's hostname, without size limitations. Files: +lib/xgethostname.h lib/xgethostname.c Depends-on: gethostname xalloc error +exit configure.ac: Makefile.am: -lib_SOURCES += xgethostname.c +lib_SOURCES += xgethostname.h xgethostname.c Include: +"xgethostname.h" + +Maintainer: +Jim Meyering