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
69927a6c
Commit
69927a6c
authored
Apr 07, 1998
by
Richard M. Stallman
Browse files
Don't include <string.h> when configuring.
parent
8dd455e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/config.in
src/config.in
+3
-0
No files found.
src/config.in
View file @
69927a6c
...
...
@@ -405,6 +405,9 @@ extern char *getenv ();
#define BITS_PER_LONG 32
#endif
/* Don't include <string.h> during configure. */
#ifndef NOT_C_CODE
#ifdef HAVE_STRING_H
#include "string.h"
#endif
#endif
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