Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
8d124fa4
Commit
8d124fa4
authored
Oct 10, 1993
by
Per Cederqvist
Browse files
Hacked everything in the server to support --srcdir.
POSIXized include files. Improved portability.
parent
af46f806
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/ChangeLog
View file @
8d124fa4
Sun Oct 10 12:25:47 1993 Per Cederqvist (ceder@lysator.liu.se)
* rfc931.c (get_real_username): Test HAVE_LIBAUTHUSER instead of
RFC_931.
* ramkomd.c (restart_kom): Use getcwd() (which is POSIX) to get
the current working directory. Fall back on getwd() if getcwd() is
not available.
* ramkomd.c (main): Use sysconf(_SC_OPEN_MAX) instead of
getdtablesize(), if available.
* server-config.c (MAX_NO_OF_CONNECTIONS): Now initialized by
main() if HAVE_SYSCONF or HAVE_GETDTABLESIZE is defined.
* kom-memory.h: Renamed memory.h to kom-memory.h, to avoid
conflicts with <memory.h>.
* fncdef.txt: shutdown renamed to shutdown_kom, to avoid name
clashes with libc.
* admin.c (shutdown_kom): Was formerly named shutdown.
* prot-a.c (prot_a_is_legal_fnc): call_fnc_shutdown is renamed to
call_fnc_shutdown_kom.
* *.h, *.c: Replace u_ with unsigned.
* *.c: POSIXized include files.
* connections.h (parse_env): Always declare it, even if _JBLEN is
undefined. (Not all versions of <setjmp.h> defines _JBLEN).
* mux-parse.h (mux_arse_env): Likewise.
* Makefile.in: Hacked to work with --srcdir.
Fri Oct 8 18:41:58 1993 Per Cederqvist (ceder@lysator.liu.se)
* Makefile.in (LIBS): Added -L$(LIBDIR).
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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