Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F5156190
write.m4
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
827 B
Referenced Files
None
Subscribers
None
write.m4
View Options
# write.m4 serial 3
dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
AC_DEFUN([gl_FUNC_WRITE],
[
AC_REQUIRE([gl_UNISTD_H_DEFAULTS])
dnl This ifdef is just an optimization, to avoid performing a configure
dnl check whose result is not used. It does not make the test of
dnl GNULIB_UNISTD_H_SIGPIPE or GNULIB_SIGPIPE redundant.
m4_ifdef([gl_SIGNAL_SIGPIPE], [
gl_SIGNAL_SIGPIPE
if test $gl_cv_header_signal_h_SIGPIPE != yes; then
REPLACE_WRITE=1
fi
])
m4_ifdef([gl_NONBLOCKING_IO], [
gl_NONBLOCKING_IO
if test $gl_cv_have_nonblocking != yes; then
REPLACE_WRITE=1
fi
])
])
File Metadata
Details
Attached
Mime Type
text/x-m4
Expires
Wed, Jun 25, 11:45 PM (15 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1270975
Default Alt Text
write.m4 (827 B)
Attached To
Mode
rFRED fred
Attached
Detach File
Event Timeline
Log In to Comment