1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Move -DPLPERL_HAVE_UID_GID to the plperl Makefile, for Win32 only.

This commit is contained in:
Bruce Momjian
2004-10-07 19:01:09 +00:00
parent 6a640d1e02
commit 59bf879f12
3 changed files with 3 additions and 4 deletions

View File

@ -33,11 +33,10 @@
* ENHANCEMENTS, OR MODIFICATIONS.
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.53 2004/10/07 15:21:57 momjian Exp $
* $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.54 2004/10/07 19:01:09 momjian Exp $
*
**********************************************************************/
#define PLPERL_HAVE_UID_GID
#include "postgres.h"
/* system stuff */