987ef2c07502849e7a58a6d5a29e4833df8b5292 tdreszer Tue Oct 12 12:22:14 2010 -0700 Shouuld be the one ifdef that will turn findTracks on in genome-test diff --git src/hg/inc/searchTracks.h src/hg/inc/searchTracks.h index bb9afb2..b7b5761 100644 --- src/hg/inc/searchTracks.h +++ src/hg/inc/searchTracks.h @@ -1,21 +1,21 @@ /* trackDb.h was originally generated by the autoSql program, which also * generated trackDb.c and trackDb.sql. This header links the database and * the RAM representation of objects. */ #ifndef SEARCHTRACKS_H #define SEARCHTRACKS_H #include "common.h" // UNCOMMENT TRACK_SEARCH to turn on 'find tracks' functionality -// #define TRACK_SEARCH +#define TRACK_SEARCH #define searchTracks "hgt_searchTracks" void getSearchTrixFile(char *database, char *buf, int len); // Fill-in the name of the track search trix file boolean isSearchTracksSupported(char *database); // Return TRUE if searchTracks is supported for this database #endif /* SEARCHTRACKS_H */