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
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
d125ae6d
Commit
d125ae6d
authored
Mar 29, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[USG5_4]: Alternate defining of LIBS_SYSTEM,
LIBX11_SYSTEM, HAVE_RANDOM, BSTRING.
parent
55718e15
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
src/m/delta88k.h
src/m/delta88k.h
+16
-0
No files found.
src/m/delta88k.h
View file @
d125ae6d
...
...
@@ -143,7 +143,11 @@ and this notice must be preserved on all copies. */
* we have the wrong name for networking libs
*/
#undef LIBX11_SYSTEM
#ifdef USG5_4
#define LIBX11_SYSTEM -lX11
#else
#define LIBX11_SYSTEM -lnsl -lbsd
#endif
/* USG5_4 */
/*
* we have Berkeley style <sys/time.h>
...
...
@@ -160,8 +164,20 @@ and this notice must be preserved on all copies. */
*/
#define USE_UTIME
#ifdef USG5_4
#define LIBS_SYSTEM -lsocket -lnsl
#else
#define LIBS_SYSTEM -lbsd -lg
#endif
/* USG5_4 */
#define NEED_TERMIOS
#define NO_SIOCTL_H
#ifdef USG5_4
#ifdef HAVE_X_WINDOWS
#define HAVE_RANDOM
#else
#undef BSTRING
#endif
/* HAVE_X_WINDOWS */
#endif
/* USG5_4 */
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