a022ca96cc
Tracker is a powerful desktop-neutral first class object database, tag/metadata database, search tool and indexer. Tracker is also extremely fast and super efficient with your systems memory when compared with some other competing frameworks and is by far the fastest and most memory efficient Nautilus search and Deskbar backends currently availble. It consists of a common object database that allows entities to have an almost infinte number of properties, metadata (both embedded/harvested as well as user definable), a comprehensive database of keywords/tags and links to other entities. WWW: http://www.gnome.org/~jamiemcc/tracker/
12 lines
374 B
C
12 lines
374 B
C
--- src/sqlite3/os_unix.c.orig Sat Dec 9 21:35:39 2006
|
|
+++ src/sqlite3/os_unix.c Sat Dec 9 21:36:02 2006
|
|
@@ -1110,9 +1110,7 @@
|
|
** Use the fdatasync() API only if the HAVE_FDATASYNC macro is defined.
|
|
** Otherwise use fsync() in its place.
|
|
*/
|
|
-#ifndef HAVE_FDATASYNC
|
|
# define fdatasync fsync
|
|
-#endif
|
|
|
|
/*
|
|
** Define HAVE_FULLFSYNC to 0 or 1 depending on whether or not
|