mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 04:43:03 +01:00
13 lines
181 B
Plaintext
13 lines
181 B
Plaintext
Plugin = UDR {
|
|
Module = $(dir_plugins)/udr_engine
|
|
Config = UDR_config
|
|
}
|
|
|
|
Config = UDR_config {
|
|
path = $(dir_plugins)/udr
|
|
}
|
|
|
|
Plugin = ChaCha64 {
|
|
Module = $(dir_plugins)/ChaCha
|
|
}
|