~psycopg/psycopg/1.x

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Federico Di Gregorio
  • Date: 2004-10-29 16:19:27 UTC
  • Revision ID: fog-6145d148733f23ee6bcddd32700d99bb2936e3f1
SVN repo up to date (1.1.16pre1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
extern int asprintf(char **buffer, char *fmt, ...);
4
4
#endif
5
5
 
 
6
/* replacement for PQfreeNotify */
 
7
#ifndef HAVE_PQFREENOTIFY
 
8
#define PQfreeNotify free
 
9
#endif