diff options
| author | Bruce Momjian <bruce@momjian.us> | 2005-03-11 17:20:35 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 2005-03-11 17:20:35 +0000 |
| commit | 3bc6bdf322ea625c23b15caa97daba6f43cfcc7f (patch) | |
| tree | 15dc309bd1cf3e35f0282e687da02548f68ad323 /configure | |
| parent | 6521cd9ae104bb4552d2a43e1f79152014c4d156 (diff) | |
| download | postgresql-3bc6bdf322ea625c23b15caa97daba6f43cfcc7f.tar.gz | |
Define snprintf() to call pg_snprintf() so our own snprintf-like
implementation doesn't export out via libpq and get used by a user
application.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14973,6 +14973,11 @@ _ACEOF # Now we have checked all the reasons to replace snprintf if test $pgac_need_repl_snprintf = yes; then + +cat >>confdefs.h <<\_ACEOF +#define USE_SNPRINTF 1 +_ACEOF + LIBOBJS="$LIBOBJS snprintf.$ac_objext" fi |
