Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3395eec7
Commit
3395eec7
authored
Sep 18, 1994
by
Karl Heuer
Browse files
(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
parent
5df58331
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/config.in
src/config.in
+4
-0
No files found.
src/config.in
View file @
3395eec7
...
...
@@ -140,6 +140,7 @@ and this notice must be preserved on all copies. */
#undef HAVE_RES_INIT /* For -lresolv on Suns. */
#undef HAVE_SETSID
#undef HAVE_FPATHCONF
#undef HAVE_SELECT
#undef HAVE_INET_SOCKETS
...
...
@@ -155,6 +156,9 @@ and this notice must be preserved on all copies. */
/* Define if `struct utimbuf' is declared by <utime.h>. */
#undef HAVE_STRUCT_UTIMBUF
/* Define if `struct timeval' is declared by <sys/time.h>. */
#undef HAVE_TIMEVAL
/* If using GNU, then support inline function declarations. */
#ifdef __GNUC__
#define INLINE __inline__
...
...
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