initial illumos port
This commit is contained in:
committed by
Jon Trulson
parent
3c14b8b5ce
commit
468d576030
@@ -178,7 +178,9 @@ XCOMM SunPro C++ CplusplusCompilerMajorVersion./**/CplusplusCompilerMinorVersion
|
||||
# define XawI18nDefines -DHAS_WCHAR_H -DHAS_ISW_FUNCS
|
||||
# endif
|
||||
# endif
|
||||
# if OSMinorVersion > 3
|
||||
# if OSMinorVersion > 10
|
||||
# define InstallCmd /usr/bin/ginstall
|
||||
# elif OSMinorVersion > 3
|
||||
# define InstallCmd /usr/ucb/install
|
||||
# endif
|
||||
# ifdef i386Architecture
|
||||
@@ -333,10 +335,17 @@ man_keywords:: @@\
|
||||
|
||||
#if !defined(UsePamLibrary)
|
||||
# if (OSMajorVersion > 5) || ((OSMajorVersion == 5) && (OSMinorVersion >= 4))
|
||||
# define UsePamLibrary YES
|
||||
# define UsePamLibrary NO
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if (OSMajorVersion > 5) || ((OSMajorVersion == 5) && (OSMinorVersion >= 10))
|
||||
#define SharedLibXau YES
|
||||
#define SharedXauRev 6
|
||||
#define SharedLibXdmcp YES
|
||||
#define SharedXdmcpRev 6
|
||||
#endif
|
||||
|
||||
#define MotifDefines \
|
||||
-DNO_ISDIR -DNO_REGCOMP -DNO_ALLOCA -DBOGUS_MB_MAX -DNO_CONST
|
||||
#define PamUnixDefines -DPAM_NIS
|
||||
|
||||
Reference in New Issue
Block a user