aboutsummaryrefslogtreecommitdiff
path: root/src/timezone/pgtz.h
blob: 8d3daee94f4a52f1805bbb2c5aa874a74a3bf9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "postgres.h"

#ifndef HAVE_SYMLINK
#define HAVE_SYMLINK 0
#endif


#define NOID
#define TZDIR pg_TZDIR()

char	   *pg_TZDIR(void);