Bug 263381 - Correct typo in db/sqlite3/src/Makefile.in [p=martynas@openbsd.org (Martynas Venckus) r=sdwilsh a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2007-11-21 13:03:50 -08:00
Родитель 8da3f16fa9
Коммит e54406bd0e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -72,7 +72,7 @@ CSRCS = \
sqlite3.c \
$(NULL)
# REFEF_IO allows us to override IO functions, which is used in the AsyncIO
# REDEF_IO allows us to override IO functions, which is used in the AsyncIO
# -DSQLITE_SECURE_DELETE=1 will cause SQLITE to 0-fill delete data so we
# don't have to vacuum to make sure the data is not visible in the file.
DEFINES = -DSQLITE_ENABLE_REDEF_IO -DSQLITE_SECURE_DELETE=1 -DTHREADSAFE=1