Hi Ashish,
That's not something you need to set in FMDB -- it's a flag you set to indicate your SQLite implementation's capabilities.
Then just #define SQLITE_HAS_CODEC, the typical approach would be to do this in the XCode project in Build Settings, by adding it to "Other C Flags": -DSQLITE_HAS_CODEC