~ubuntu-branches/ubuntu/trusty/psqlodbc/trusty-proposed

« back to all changes in this revision

Viewing changes to win_md5.c

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg
  • Date: 2011-04-05 14:48:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110405144823-n77supsa1hjj0ik6
Tags: 1:09.00.0200-1
* New upstream release.
* Fix installing {A,W}/usr/lib/odbc.  Closes: #618210.
* Convert to 3.0 (quilt).
* Remove psqlodbc-580878.diff: implemented upstream.
* Remove psqlodbc-585476.diff: was caused by #519006 which is now closed.
* Update description, suggested by Martin Eberhard Schauer.
  Closes: #565611.
* New maintainer.  Closes: #472818.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*
2
 
 *              win_md5.c
3
 
 *      Under Windows I don't love the following /D in makefiles. - inoue
4
 
 */
5
 
#define MD5_ODBC
6
 
#define FRONTEND
7
 
 
8
 
/*      
9
 
 *      md5.c is the exact copy of the src/backend/libpq/md5.c.
10
 
 *
11
 
 *              psqlodbc driver stuff never refer(link) to other
12
 
 *              stuff directly.         
13
 
 *      
14
 
 */
15
 
#include "md5.c"