mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-14 15:36:34 +00:00
Relocate MAXNAMLEN definition to proper home in locfile.h
Remove selection of SYSVONLY for macOS and FreeBSD compilation (they are BSD flavor) modified: inc/locfile.h modified: inc/version.h
This commit is contained in:
parent
46c3dc1991
commit
6aa938d453
@ -703,5 +703,6 @@ extern int errno;
|
||||
#define DIRSEPSTR "/"
|
||||
#define DIRSEP '/'
|
||||
#define UNIXDIRSEP '/'
|
||||
#define MAXNAMLEN NAME_MAX
|
||||
#endif
|
||||
|
||||
|
||||
@ -388,9 +388,6 @@ typedef signed char s_char;
|
||||
/* #define sv_handler sa_handler */
|
||||
/* #define sv_mask sa_mask */
|
||||
/* #define sv_flags sa_flags */
|
||||
|
||||
#define MAXNAMLEN NAME_MAX
|
||||
|
||||
#endif /* LINUX */
|
||||
|
||||
|
||||
@ -409,11 +406,6 @@ typedef signed char s_char;
|
||||
#define REGISTER
|
||||
|
||||
typedef signed char s_char;
|
||||
|
||||
#define MAXNAMLEN NAME_MAX
|
||||
|
||||
#define SYSVONLY 1
|
||||
|
||||
#endif /* MACOSX || FREEBSD */
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user