1
0
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:
Nick Briggs 2020-07-12 16:04:11 -07:00
parent 46c3dc1991
commit 6aa938d453
2 changed files with 1 additions and 8 deletions

View File

@ -703,5 +703,6 @@ extern int errno;
#define DIRSEPSTR "/"
#define DIRSEP '/'
#define UNIXDIRSEP '/'
#define MAXNAMLEN NAME_MAX
#endif

View File

@ -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 */