~ubuntu-branches/ubuntu/trusty/drizzle/trusty

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Monty Taylor
  • Date: 2010-12-21 16:39:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101221163940-c1pfo1jjvx7909xq
Tags: 2010.12.06-0ubuntu1
* New upstream release.
* Added libaio-dev build depend for InnoDB.
* Removed libpcre patch - applied upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
/* Define if building universal (internal helper macro) */
16
16
#undef AC_APPLE_UNIVERSAL_BUILD
17
17
 
 
18
/* Disable forward decl of stl in boost */
 
19
#undef BOOST_DETAIL_NO_CONTAINER_FWD
 
20
 
18
21
/* Define indicating we are building and not consuming drizzle. */
19
22
#undef BUILDING_DRIZZLED
20
23
 
702
705
/* Number of bits in a file offset, on hosts where this is settable. */
703
706
#undef _FILE_OFFSET_BITS
704
707
 
 
708
/* Enable GCC Profile Mode */
 
709
#undef _GLIBCXX_PROFILE
 
710
 
705
711
/* Define for large files, on AIX-style hosts. */
706
712
#undef _LARGE_FILES
707
713