Mercurial > hg > octave-shane > gnulib-hg
annotate modules/sys_socket-tests @ 10812:a672954bb892
New module 'servent'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 16 Nov 2008 05:02:40 +0100 |
parents | 7304ea530640 |
children | d943ffe46edc |
rev | line source |
---|---|
8177 | 1 Files: |
2 tests/test-sys_socket.c | |
3 | |
4 Depends-on: | |
5 | |
6 configure.ac: | |
8499
7304ea530640
Fix a compilation error on BeOS.
Bruno Haible <bruno@clisp.org>
parents:
8177
diff
changeset
|
7 AC_CHECK_FUNCS([shutdown]) |
8177 | 8 |
9 Makefile.am: | |
10 TESTS += test-sys_socket | |
11 check_PROGRAMS += test-sys_socket | |
12 | |
13 License: | |
14 LGPL |