~ubuntu-branches/ubuntu/vivid/apr-util/vivid

« back to all changes in this revision

Viewing changes to include/apu.hw

  • Committer: Package Import Robot
  • Author(s): Stefan Fritsch
  • Date: 2013-11-24 14:21:14 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20131124142114-eguh8q7qlatwd6za
Tags: 1.5.3-1
* New upstream version.
* When querying the berkley db version, strip the epoch from the
  version number.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 * conventions at compile time.
43
43
 */
44
44
 
 
45
/* Make sure we have our platform identifier macro defined we ask for later.
 
46
 */
 
47
#if defined(_WIN32) && !defined(WIN32)
 
48
#define WIN32 1
 
49
#endif
 
50
 
45
51
#if defined(DOXYGEN) || !defined(WIN32)
46
52
/**
47
53
 * The public APR-UTIL functions are declared with APU_DECLARE(), so they may