Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pike
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pikelang
pike
Commits
32a6fa19
Commit
32a6fa19
authored
27 years ago
by
Henrik (Grubba) Grubbström
Browse files
Options
Downloads
Patches
Plain Diff
Added missing UNIX_SOCKETS_WORKS_WITH_SHUTDOWN.
Rev: src/modules/files/acconfig.h:1.7
parent
31e0d334
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/files/acconfig.h
+4
-1
4 additions, 1 deletion
src/modules/files/acconfig.h
with
4 additions
and
1 deletion
src/modules/files/acconfig.h
+
4
−
1
View file @
32a6fa19
/*
* $Id: acconfig.h,v 1.
6
1998/01/
08 17:21:14 h
ubb
e
Exp $
* $Id: acconfig.h,v 1.
7
1998/01/
29 23:52:27 gr
ubb
a
Exp $
*/
#ifndef FILE_MACHINE_H
...
...
@@ -38,6 +38,9 @@
/* Do we have socketpair() ? */
#undef HAVE_SOCKETPAIR
/* Does select() work together with shutdown() on UNIX sockets? */
#undef UNIX_SOCKETS_WORKS_WITH_SHUTDOWN
/* Buffer size to use on open sockets */
#undef SOCKET_BUFFER_MAX
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment