~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/crc32udf.cc

Added autoconf tests for location of cstdint and cinttypes. Use those in C++ programs now, so that we don't have to define _STDC_LIMIT_MACROS, etc by hand. Stop, in fact, defining those by hand.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "config.h"
17
17
 
18
 
#include <stdint.h>
 
18
#include CSTDINT_H
19
19
#include <drizzled/common_includes.h>
20
20
#include <drizzled/item_func.h>
21
21
#include <zlib.h>