Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
c615789a
Commit
c615789a
authored
Nov 01, 2005
by
Pekka Pessi
Browse files
Added HAVE_SIGPIPE.
darcs-hash:20051101140041-65a35-b5b3b7f6651c492418a72d30a50707a61cda7cb3.gz
parent
6a347803
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
c615789a
...
...
@@ -69,6 +69,12 @@ AC_DEFINE([HAVE_UPNP], 0, [Define as 1 if we use UPnP])
### checks for header files
### -----------------------
### checks for declarations
### -----------------------
AC_CHECK_DECL([SIGPIPE], [
AC_DEFINE([HAVE_SIGPIPE], 1, [Define as 1 if you have SIGPIPE])
])
### checks for types
### ----------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment