⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make-platform

📁 PGP—Pretty Good Privacy
💻
字号:
#
# LDAP HP-UX gcc Make-platform file
#

#
# add any platform-specific overrides below here
#


#
# -------------------------------------------------------------------------
# you will probably not need to edit anything below this point
# -------------------------------------------------------------------------
CC=gcc

# ranlib not needed under HP-UX
RANLIB	= ""

# install under HP-UX is not like on BSD systems, so we use our own script
INSTALL=$(LDAPSRC)/build/install.sh

# we need to link a separate library to get ndbm routines under HP/UX 
LDBMLIB=-lndbm

# we need to link in the V3 library to get sigset()
PLATFORMLIBS= -lV3

PLATFORMCFLAGS= -Dhpux

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -