~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle-2.0/deprecated_enum.h

  • Committer: Brian Aker
  • Date: 2011-11-24 03:44:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2465.
  • Revision ID: brian@tangent.org-20111124034417-aafezwidyzjhg6a3
Redo the way options are handled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 */
57
57
enum drizzle_options_t
58
58
{
59
 
  DRIZZLE_NONE=            0,
60
 
  DRIZZLE_ALLOCATED=       (1 << 0),
61
 
  DRIZZLE_NON_BLOCKING=    (1 << 1),
62
 
  DRIZZLE_FREE_OBJECTS=    (1 << 2),
63
 
  DRIZZLE_ASSERT_DANGLING= (1 << 3)
 
59
  DRIZZLE_NON_BLOCKING,
 
60
  DRIZZLE_FREE_OBJECTS,
 
61
  DRIZZLE_ASSERT_DANGLING
64
62
};
65
63
 
66
64
#ifndef __cplusplus