| 678 | |
| 679 | |
| 680 | static void checkCompression() |
| 681 | { |
| 682 | #ifdef HAVE_ZLIB_H |
| 683 | if (!zlib()) |
| 684 | { |
| 685 | (Firebird::Arg::Gds(isc_random) << "Compession support library not loaded" << |
| 686 | Firebird::Arg::StatusVector(zlib().status)).raise(); |
| 687 | } |
| 688 | #endif |
| 689 | } |
| 690 | |
| 691 | |
| 692 | //____________________________________________________________ |
no test coverage detected