Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
dffdc540
Commit
dffdc540
authored
Jul 07, 2012
by
Juanma Barranquero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nt/config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
parent
b3350bf9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
7 deletions
+5
-7
nt/ChangeLog
nt/ChangeLog
+5
-1
nt/config.nt
nt/config.nt
+0
-6
No files found.
nt/ChangeLog
View file @
dffdc540
2012-07-04 Juanma Barranquero <lekktu@gmail.com>
2012-07-07 Juanma Barranquero <lekktu@gmail.com>
* config.nt (HAVE_STRCASECMP, HAVE_STRNCASECMP): Remove.
2012-07-06 Juanma Barranquero <lekktu@gmail.com>
Eli Zaretskii <eliz@gnu.org>
* config.nt: Complete rework to bring it in sync with autogen/config.in.
...
...
nt/config.nt
View file @
dffdc540
...
...
@@ -750,9 +750,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strcasecmp' function. */
#define HAVE_STRCASECMP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
...
...
@@ -762,9 +759,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the `strncasecmp' function. */
#define HAVE_STRNCASECMP 1
/* Define to 1 if you have the `strsignal' function. */
#undef HAVE_STRSIGNAL
...
...
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