Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ADDED: extra_streams() option to process_create/3 #36

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion config.h.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
#cmakedefine HAVE_MEMORY_H @HAVE_MEMORY_H@
#cmakedefine HAVE_NETINET_TCP_H @HAVE_NETINET_TCP_H@
#cmakedefine HAVE_OPEN_MEMSTREAM @HAVE_OPEN_MEMSTREAM@
#cmakedefine HAVE_PIPE @HAVE_PIPE@2
#cmakedefine HAVE_PIPE2 @HAVE_PIPE2@
#cmakedefine HAVE_POLL @HAVE_POLL@
#cmakedefine HAVE_POLL_H @HAVE_POLL_H@
#cmakedefine HAVE_POSIX_SPAWN @HAVE_POSIX_SPAWN@
#cmakedefine HAVE_PRCTL @HAVE_PRCTL@
#cmakedefine HAVE_SETGROUPS @HAVE_SETGROUPS@
#cmakedefine HAVE_SETPGID @HAVE_SETPGID@
Expand Down
Loading