annotate m4/fseek.m4 @ 14434:7624b26aea3d

sys_socket, netdb: Document problem with socklen_t. * doc/posix-headers/sys_socket.texi: Mention lack of socklen_t on some platforms. * doc/posix-headers/netdb.texi: Likewise.
author Bruno Haible <bruno@clisp.org>
date Sat, 19 Mar 2011 13:39:12 +0100
parents 97fc9a21a8fb
children 6d0e0db0535e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12202
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
1 # fseek.m4 serial 2
14079
97fc9a21a8fb maint: update almost all copyright ranges to include 2011
Jim Meyering <meyering@redhat.com>
parents: 12559
diff changeset
2 dnl Copyright (C) 2007, 2009-2011 Free Software Foundation, Inc.
8884
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3 dnl This file is free software; the Free Software Foundation
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 dnl gives unlimited permission to copy and/or distribute it,
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 dnl with or without modifications, as long as this notice is preserved.
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 AC_DEFUN([gl_FUNC_FSEEK],
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 [
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 AC_REQUIRE([gl_FUNC_FSEEKO])
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 dnl When fseeko needs fixes, fseek needs them too.
12202
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
12 dnl gl_FUNC_FSEEKO takes care of calling gl_REPLACE_FSEEK
8884
cccbcdfb7afa New module 'fseek'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 ])
12202
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
14
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
15 AC_DEFUN([gl_REPLACE_FSEEK],
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
16 [
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
17 AC_LIBOBJ([fseek])
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
18 AC_REQUIRE([gl_STDIO_H_DEFAULTS])
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
19 REPLACE_FSEEK=1
a0f033ee41af fseek: avoid compilation failure when fflush is replaced
Eric Blake <ebb9@byu.net>
parents: 8884
diff changeset
20 ])