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
cadc2c79
Commit
cadc2c79
authored
Jan 07, 1994
by
Richard M. Stallman
Browse files
Handle HAVE_BCMP.
(BSTRING): Don't define unless HAVE_BCMP.
parent
76d1726a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
src/config.in
src/config.in
+4
-2
No files found.
src/config.in
View file @
cadc2c79
...
...
@@ -120,6 +120,7 @@ and this notice must be preserved on all copies. */
#undef HAVE_RMDIR
#undef HAVE_RANDOM
#undef HAVE_BCOPY
#undef HAVE_BCMP
#undef HAVE_LOGB
#undef HAVE_FREXP
#undef HAVE_FTIME
...
...
@@ -210,9 +211,10 @@ and this notice must be preserved on all copies. */
#endif
/* The rest of the code currently tests the CPP symbol BSTRING.
Override any claims made by the system-description files. */
Override any claims made by the system-description files.
Note that on some SCO version it is possible to have bcopy and not bcmp. */
#undef BSTRING
#ifdef
HAVE_BCOPY
#if
def
ined (
HAVE_BCOPY
) && defined (HAVE_BCMP)
#define BSTRING
#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