~ubuntu-branches/ubuntu/lucid/psqlodbc/lucid

« back to all changes in this revision

Viewing changes to win_md5.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-05-13 10:47:36 UTC
  • Revision ID: james.westby@ubuntu.com-20040513104736-a530gmn0p3knep89
Tags: upstream-07.03.0200
ImportĀ upstreamĀ versionĀ 07.03.0200

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"