// Code generated by cmd/cgo; DO NOT EDIT.

//line /usr/local/go/src/net/cgo_bsd.go:1:1
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build cgo,!netgo
// +build darwin dragonfly freebsd

package net

/*
#include <netdb.h>
*/
import _ "unsafe"

const cgoAddrInfoFlags = (( /*line :15:27*/_Ciconst_AI_CANONNAME /*line :15:40*/) | ( /*line :15:44*/_Ciconst_AI_V4MAPPED /*line :15:56*/) | ( /*line :15:60*/_Ciconst_AI_ALL /*line :15:67*/)) & ( /*line :15:72*/_Ciconst_AI_MASK /*line :15:80*/)