diff options
author | malosek <malosek@fastmq.com> | 2010-01-27 11:30:22 +0100 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2010-01-27 11:30:22 +0100 |
commit | 0b97e7a4f23f7add763ac6e0fc945c9a342a7d32 (patch) | |
tree | a3ff05f7cf8d95053a2e9c3de3a322f3bf19f874 /perf/c | |
parent | 943125bd12dbf181f4dfce7babddf1af7bcb7e18 (diff) |
libpgm updated to 2.6.21rc6
Diffstat (limited to 'perf/c')
-rw-r--r-- | perf/c/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/perf/c/Makefile.am b/perf/c/Makefile.am index b810afe..60ddda8 100644 --- a/perf/c/Makefile.am +++ b/perf/c/Makefile.am @@ -31,6 +31,7 @@ pgmexamples_diff_flags = \ -DCONFIG_BIND_INADDR_ANY \ -DCONFIG_GALOIS_MUL_LUT \ -DIF_NAMESIZE=256 \ + -DPGM_GNUC_INTERNAL=G_GNUC_INTERNAL \ -DGETTEXT_PACKAGE='"pgm"' \ -DG_LOG_DOMAIN='"Pgm"' @@ -53,6 +54,11 @@ pgmexamples_diff_flags = \ -DCONFIG_HAVE_GETPROTOBYNAME_R \ -DCONFIG_BIND_INADDR_ANY \ -DCONFIG_GALOIS_MUL_LUT \ + -DCONFIG_HAVE_MCAST_JOIN \ + -DCONFIG_HAVE_IP_MREQN \ + -DCONFIG_HAVE_SPRINTF_GROUPING \ + -DCONFIG_HAVE_HPET \ + -DPGM_GNUC_INTERNAL=G_GNUC_INTERNAL \ -DGETTEXT_PACKAGE='"pgm"' \ -DG_LOG_DOMAIN='"Pgm"' endif |