~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzleclient/drizzle_options.h

  • Committer: Brian Aker
  • Date: 2009-02-05 10:38:55 UTC
  • Revision ID: brian@tangent.org-20090205103855-wajzccrbu7zbvmh4
Reworked some classes out of session.h
Also updated ignore file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
18
18
 */
19
19
 
20
 
#ifndef _libdrizzle_drizzle_options_h
21
 
#define _libdrizzle_drizzle_options_h
 
20
#ifndef LIBDRIZZLECLIENT_DRIZZLE_OPTIONS_H
 
21
#define LIBDRIZZLECLIENT_DRIZZLE_OPTIONS_H
 
22
 
 
23
#if !defined(__cplusplus)
 
24
# include <stdbool.h>
 
25
#endif
22
26
 
23
27
#ifdef  __cplusplus
24
28
extern "C" {
25
29
#endif
26
30
 
27
 
 
28
 
#include <stdbool.h>
29
 
 
30
31
enum drizzle_option
31
32
{
32
33
  DRIZZLE_OPT_CONNECT_TIMEOUT, DRIZZLE_OPT_COMPRESS, DRIZZLE_OPT_NAMED_PIPE,
80
81
}
81
82
#endif
82
83
 
83
 
#endif /* _libdrizzle_drizzle_options_h */
 
84
#endif /* LIBDRIZZLECLIENT_DRIZZLE_OPTIONS_H */