Blame samples/ini-test.ini

Packit Service 21b5d1
; Test config file for samples/ini-test.cpp
Packit Service 21b5d1
Packit Service 21b5d1
[protocol]             ; Protocol configuration
Packit Service 21b5d1
version=6              ; IPv6
Packit Service 21b5d1
Packit Service 21b5d1
[user]
Packit Service 21b5d1
name = Bob Smith       ; Spaces around '=' are stripped
Packit Service 21b5d1
email = bob@smith.com  ; And comments (like this) ignored
Packit Service 21b5d1
active = true          ; Test a boolean
Packit Service 21b5d1
pi = 3.14159           ; Test a floating point number
Packit Service 21b5d1
Packit Service 21b5d1
[canon]
Packit Service 21b5d1
169=Sigma 35mm F1.4 DG HSM ART
Packit Service 21b5d1