~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/libdrizzle.c

  • Committer: Monty Taylor
  • Date: 2008-09-05 23:33:24 UTC
  • Revision ID: monty@inaugust.com-20080905233324-hhdhdmmdk5i47ikc
Removed EMBEDDED_LIBRARY.

Show diffs side-by-side

added added

removed removed

Lines of Context:
563
563
 
564
564
bool drizzle_embedded(void)
565
565
{
566
 
#ifdef EMBEDDED_LIBRARY
567
 
  return true;
568
 
#else
569
566
  return false;
570
 
#endif
571
567
}
572
568
 
573
569
/****************************************************************************