# -*- mode: snippet -*-
# name: -ifndef(...). ... -endif.
# --
-ifndef($1).
$0
-endif.