// +build windows
package packer
const (
defaultConfigFile = "packer.config"
defaultConfigDir = "packer.d"
)