Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joe Martin
OpenLDAP
Commits
e871ad7f
Commit
e871ad7f
authored
25 years ago
by
Hallvard Furuseth
Browse files
Options
Downloads
Patches
Plain Diff
Add RFC931 and INTERNATIONAL installation variables
parent
fb1227a5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/whois++/INSTALL
+3
-0
3 additions, 0 deletions
contrib/whois++/INSTALL
contrib/whois++/Makefile
+10
-2
10 additions, 2 deletions
contrib/whois++/Makefile
with
13 additions
and
2 deletions
contrib/whois++/INSTALL
+
3
−
0
View file @
e871ad7f
...
...
@@ -38,6 +38,9 @@ INTERNATIONAL Define this is you have POSIX international support.
constraint in a future release.
Available under Ultrix but not SunOS.
RFC931 Define this if you wish to turn on rfc931 logging.
You must have log_tcp source available.
Once you have modified these variable you should be able to just type "make",
if you are in the whois++ directory, or "make ldap-whois++" from the main
LDAP directory. All going well there should be no problems so "make install",
...
...
This diff is collapsed.
Click to expand it.
contrib/whois++/Makefile
+
10
−
2
View file @
e871ad7f
...
...
@@ -19,10 +19,17 @@ FACILITY = LOG_LOCAL3
#
#SYSLIBS = -li -lsyslog
#
# If you want POSIX international support (format of dates), on ultrix
#
#INTERNATIONAL = -DINTERNATIONAL
#
# If you want RFC931 logging you must have log_tcp source available
#
#RFC931DEF = -DRFC931
#RFC931SRC = /local/src/log_tcp/rfc931.c
SRCS
=
whois++.c command.c config.c describe.c help.c output.c template.c
\
util.c version.c
# /local/src/log_tcp/rfc931.c
util.c version.c
$(
RFC931SRC
)
HDRS
=
whois++.h
OBJS
=
${
SRCS:.c
=
.o
}
HOST
=
`
hostname
`
...
...
@@ -36,7 +43,8 @@ DEFINES = -DETCDIR=\"$(ETCDIR)\" -DBUILD="\"$(USER)@$(HOST) on $(DATE)\"" \
-DCONFIG_DIRECTORY
=
\"
$(
CONFIG_DIRECTORY
)
\"
-DMAIN
\
-DHELP_DIRECTORY
=
\"
$(
HELP_DIRECTORY
)
\"
-DREVISION
=
"
$(
REVISION
)
"
\
-DPROTOCOL
=
"
\"
[FIRST DRAFT - 15 April 1993]
\"
"
-DRELEASE
=
\"
BETA
\"
\
-DFACILITY
=
$(
FACILITY
)
-DDEFAULT_LDAPHOST
=
\"
$(
LDAPHOST
)
\"
# -DRFC931
-DFACILITY
=
$(
FACILITY
)
-DDEFAULT_LDAPHOST
=
\"
$(
LDAPHOST
)
\"
\
$(
INTERNATIONAL
)
$(
RFC931DEF
)
CFLAGS
=
-I
$(
LDAPSRC
)
/include
-I
/usr/local/include
$(
ACFLAGS
)
LIBS
=
-L
$(
LDAPSRC
)
/libraries/libldap
-lldap
-L
$(
LDAPSRC
)
/libraries/liblber
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment