~ubuntu-branches/ubuntu/trusty/ntop/trusty

« back to all changes in this revision

Viewing changes to version.c

  • Committer: Bazaar Package Importer
  • Author(s): Ola Lundqvist
  • Date: 2008-06-15 14:38:28 UTC
  • mfrom: (2.1.11 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080615143828-oalh84nda2hje4do
Tags: 3:3.3-11
Correction of Polish translation encoding, closes: #479490. Thanks
to Christian Perrier <bubulle@debian.org> for the help.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
char * version   = "3.2 SourceForge .tgz";
 
1
char * version   = "3.3";
2
2
char * osName    = "i686-pc-linux-gnu";
3
3
char * author    = "Luca Deri <deri@ntop.org>";
4
 
char * configureDate = "Oct 28 2006 10:47:51";
 
4
char * configureDate = "May 11 2008 14:28:16";
5
5
#define buildDateIs __DATE__ " " __TIME__
6
6
char * buildDate    = buildDateIs;
7
 
char * configure_parameters   = "CFLAGS=-DMAKE_WITH_IGNORE_SIGPIPE --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc --localstatedir=/var/lib --bindir=/usr/sbin --mandir=/usr/share/man --enable-tcpwrap --with-zlib-lib=/usr/lib --with-zlib-include=/usr/include --with-libpng-lib=/usr/lib --with-libpng-include=/usr/include --with-gd-lib=/usr/lib --with-gd-include=/usr/include --enable-sslv3 --enable-i18n";
 
7
char * configure_parameters   = "/usr/share/config.site /usr/etc/config.site";
8
8
char * host_system_type   = "i686-pc-linux-gnu";
9
9
char * target_system_type   = "i686-pc-linux-gnu";
10
 
char * compiler_cppflags   = "gcc -E -DLINUX -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include";
 
10
char * compiler_cppflags   = "gcc -E -DLINUX -I/usr/local/include -I/usr/include";
11
11
char * compiler_cflags   = "gcc -g -DMAKE_WITH_IGNORE_SIGPIPE -I/usr/local/include -g -Wshadow -Wpointer-arith -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fPIC -DPIC -DHAVE_CONFIG_H";
12
12
char * include_path    = "-I/usr/include";
13
 
char * system_libs    = "-L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/lib -lglib -lpthread -lresolv -lnsl -lcrypt -lc -lssl -lcrypto -lpcap -lgdbm -lgd -lpng -lz";
 
13
char * system_libs    = "-L/usr/local/lib -L/usr/lib -lpthread -lcrypt -lc -lssl -lcrypto -lrrd_th -lgdbm -lz";
14
14
char * install_path   = "/usr";
15
15
/*i18n*/
16
16
char * locale_dir   = "/usr/lib/locale";
17
17
char * distro   = "debian";
18
 
char * release   = "unknown";
 
18
char * release   = "4.0";
19
19
char * force_runtime   = "";
20
20
 
21
21
/* Memory Debug: */