diff options
author | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-17 10:45:23 +0000 |
---|---|---|
committer | Xavier Leroy <xavier.leroy@inria.fr> | 2011-12-17 10:45:23 +0000 |
commit | 9178181eae1aa03d8d2ef2ab823a80f208c408a8 (patch) | |
tree | b45f0f5844205f56a0bdfa6d623d645a7c869040 /config/Makefile-templ | |
parent | 4db01f01b6157201fb9f7baf5cf2c7ec805a3e78 (diff) | |
download | ocaml-9178181eae1aa03d8d2ef2ab823a80f208c408a8.tar.gz |
The "DBM" library (interface with Unix DBM key-value stores) is no
longer part of this distribution. It now lives its own life at
https://forge.ocamlcore.org/projects/camldbm/. Bye bye, DBM.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11881 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'config/Makefile-templ')
-rw-r--r-- | config/Makefile-templ | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/config/Makefile-templ b/config/Makefile-templ index da20a75fb6..cd619c45cf 100644 --- a/config/Makefile-templ +++ b/config/Makefile-templ @@ -268,13 +268,6 @@ BNG_ASM_LEVEL=1 # For SunOS with OpenLook: #X11_LINK=-L$(X11_LIB) -lX11 -### -I options for finding the include file ndbm.h -# Needed for the "dbm" package -# Usually: -#DBM_INCLUDES= -# For recent Linux systems: -#DBM_INCLUDES=-I/usr/include/gdbm - ### Preprocessor options for finding tcl.h and tk.h # Needed for the "labltk" package # Required only if not in the standard include path. |