Fixed compilation on SBCL < 1.2.5.
commit57dc8cb4acc4599aee757e8f81999a0fa83c7111
authorAlexander Artemenko <svetlyak.40wt@gmail.com>
Tue, 13 Dec 2016 19:48:47 +0000 (13 22:48 +0300)
committerMarijn Haverbeke <marijn@haverbeke.nl>
Tue, 13 Dec 2016 20:18:18 +0000 (13 21:18 +0100)
treec3d34f43c64c9c868a1f55598e4051632bd21e0a
parent948978f28c224cda854fbb8ecba8b46e2eb041f8
Fixed compilation on SBCL < 1.2.5.

A new package cl-postgres.features was added.
It probes features and adds them to *features*.

Right now it only tests if SBCL's sb-bsd-sockets are available
and if IPv6 is available in it. First feature is needed because
event 1.3.x version could be compiled without support
for bsd-sockets.
cl-postgres.asd
cl-postgres/features.lisp [new file with mode: 0644]
cl-postgres/public.lisp