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
d2e9bfae
Commit
d2e9bfae
authored
Dec 26, 1997
by
Richard M. Stallman
Browse files
(HAVE_STRING_H): Add #undef.
[HAVE_STRING_H]: Include string.h.
parent
dd9cda06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/config.in
src/config.in
+5
-1
No files found.
src/config.in
View file @
d2e9bfae
...
...
@@ -25,7 +25,6 @@ Boston, MA 02111-1307, USA. */
#ifndef EMACS_CONFIG_H
#define EMACS_CONFIG_H
/* These are all defined in the top-level Makefile by configure.
They're here only for reference. */
...
...
@@ -131,6 +130,7 @@ Boston, MA 02111-1307, USA. */
#undef HAVE_SYS_SYSTEMINFO_H
#undef HAVE_TERMIOS_H
#undef HAVE_LIMITS_H
#undef HAVE_STRING_H
#undef STDC_HEADERS
#undef TIME_WITH_SYS_TIME
...
...
@@ -404,3 +404,7 @@ extern char *getenv ();
#ifndef BITS_PER_LONG
#define BITS_PER_LONG 32
#endif
#ifdef HAVE_STRING_H
#include "string.h"
#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