Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/xgetdomainname @ 17138:42f6597efac3
* lib/regexec.c (re_search_internal): Fix grammar in comment.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 16 Oct 2012 16:01:05 -0700 |
parents | 42b53a22aee5 |
children |
rev | line source |
---|---|
4731 | 1 Description: |
2 Return machine's domainname, without size limitations. | |
3 | |
4 Files: | |
5 lib/xgetdomainname.h | |
6 lib/xgetdomainname.c | |
7 | |
8 Depends-on: | |
9 getdomainname | |
10 xalloc | |
11 | |
12 configure.ac: | |
13 | |
14 Makefile.am: | |
15 lib_SOURCES += xgetdomainname.h xgetdomainname.c | |
16 | |
17 Include: | |
4764 | 18 "xgetdomainname.h" |
4731 | 19 |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4764
diff
changeset
|
20 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4764
diff
changeset
|
21 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4764
diff
changeset
|
22 |
4731 | 23 Maintainer: |
24 Simon Josefsson |