Update build tags with prefix `sqlite_`

This commit is contained in:
Gert-Jan Timmer 2018-05-24 11:53:45 +02:00
parent fdd603e859
commit 6f78e03131
8 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build allow_uri_authority // +build sqlite_allow_uri_authority
package sqlite3 package sqlite3

View File

@ -3,7 +3,7 @@
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build !windows // +build !windows
// +build app_armor // +build sqlite_app_armor
package sqlite3 package sqlite3

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build foreign_keys // +build sqlite_foreign_keys
package sqlite3 package sqlite3

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build introspect // +build sqlite_introspect
package sqlite3 package sqlite3

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build secure_delete // +build sqlite_secure_delete
package sqlite3 package sqlite3

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build stat4 // +build sqlite_stat4
package sqlite3 package sqlite3

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build vacuum_full // +build sqlite_vacuum_full
package sqlite3 package sqlite3

View File

@ -2,7 +2,7 @@
// //
// Use of this source code is governed by an MIT-style // Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build vacuum_incr // +build sqlite_vacuum_incr
package sqlite3 package sqlite3