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
92dd1b29
Commit
92dd1b29
authored
Nov 22, 2000
by
Dave Love
Browse files
(_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
parent
80e24c04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
9 deletions
+4
-9
src/ChangeLog
src/ChangeLog
+4
-0
src/s/sol2-5.h
src/s/sol2-5.h
+0
-9
No files found.
src/ChangeLog
View file @
92dd1b29
2000-11-22 Dave Love <fx@gnu.org>
* s/sol2-5.h (_LARGEFILE_SOURCE, _FILE_OFFSET_BITS): Don't define.
2000-11-22 Miles Bader <miles@gnu.org>
* keyboard.c (Vminibuffer_message_timeout): New variable.
...
...
src/s/sol2-5.h
View file @
92dd1b29
/* Handle Solaris 2.5. */
/* Enable large-file support if available (Solaris 2.6 and later).
Do this before including any system include file. */
#ifndef _LARGEFILE_SOURCE
#define _LARGEFILE_SOURCE 1
#endif
#ifndef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
#endif
#include "sol2-4.h"
/* -lgen is needed for the regex and regcmp functions
...
...
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