diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2006-07-24 16:32:45 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2006-07-24 16:32:45 +0000 |
| commit | e9b49690627eb91106af3aa98d0fcc510de6538b (patch) | |
| tree | 2e878a58fbb23ace8f2cfe4758779a62869f1239 /src/include/pg_config.h.in | |
| parent | 9dc34b5feb73615d7371ef1c1b7c05b3146cc9a9 (diff) | |
| download | postgresql-e9b49690627eb91106af3aa98d0fcc510de6538b.tar.gz | |
DTrace support, with a small initial set of probes
by Robert Lor
Diffstat (limited to 'src/include/pg_config.h.in')
| -rw-r--r-- | src/include/pg_config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 82ccde63c1..e84205c9ea 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.in @@ -36,6 +36,9 @@ /* Define to the default TCP port number as a string constant. */ #undef DEF_PGPORT_STR +/* Define to 1 to enable DTrace support. (--enable-dtrace) */ +#undef ENABLE_DTRACE + /* Define to 1 if you want National Language Support. (--enable-nls) */ #undef ENABLE_NLS |
