Searched refs:PACKAGE_VERSION (Results 1 - 25 of 199) sorted by relevance

12345678

/freebsd-10-stable/contrib/ntp/sntp/libpkgver/
H A Dpkgver.h15 #define PKG_VER_LT(x) (colcomp((x), PACKAGE_VERSION) < 0)
16 #define PKG_VER_LE(x) (colcomp((x), PACKAGE_VERSION) <= 0)
17 #define PKG_VER_EQ(x) (colcomp((x), PACKAGE_VERSION) == 0)
18 #define PKG_VER_GE(x) (colcomp((x), PACKAGE_VERSION) >= 0)
19 #define PKG_VER_GT(x) (colcomp((x), PACKAGE_VERSION) > 0)
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dversion_helper.cpp39 std::cout << PACKAGE_VERSION << "\n"; local
/freebsd-10-stable/gnu/usr.bin/gperf/
H A Dconfig.h22 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dversion_helper.c41 printf("%s\n", PACKAGE_VERSION);
/freebsd-10-stable/contrib/gperf/src/
H A Dconfig.h.in20 #undef PACKAGE_VERSION
H A Dconfig.h_vms20 #undef PACKAGE_VERSION
/freebsd-10-stable/gnu/usr.bin/binutils/libopcodes/
H A Dconfig.h64 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/contrib/ntp/ntpsnmpd/
H A Dntp_snmp.h32 #ifdef PACKAGE_VERSION
33 # undef PACKAGE_VERSION macro
/freebsd-10-stable/contrib/atf/
H A Dconfig.h86 #define PACKAGE_VERSION "0.21" macro
/freebsd-10-stable/gnu/lib/libssp/
H A Dconfig.h81 #define PACKAGE_VERSION "1.0" macro
/freebsd-10-stable/gnu/usr.bin/binutils/as/
H A Dconfig.h184 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/gnu/usr.bin/cc/libdecnumber/
H A Dconfig.h54 #define PACKAGE_VERSION " " macro
/freebsd-10-stable/lib/libyaml/
H A Dconfig.h59 #define PACKAGE_VERSION "0.1.4" macro
/freebsd-10-stable/gnu/lib/libgomp/
H A Dconfig.h91 #define PACKAGE_VERSION "1.0" macro
/freebsd-10-stable/usr.bin/svn/lib/libapr_util/
H A Dapu_config.h176 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
H A Dconfig.h125 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/lib/libexpat/
H A Dexpat_config.h80 #define PACKAGE_VERSION "2.1.0" macro
/freebsd-10-stable/lib/libpcap/
H A Dconfig.h254 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/gnu/usr.bin/binutils/libbinutils/
H A Dconfig.h180 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/gnu/usr.bin/groff/src/include/
H A Dconfig.h188 #define PACKAGE_VERSION "" macro
/freebsd-10-stable/usr.bin/lex/
H A Dconfig.h172 #define PACKAGE_VERSION "2.5.37" macro
/freebsd-10-stable/contrib/binutils/opcodes/
H A Dconfig.in61 #undef PACKAGE_VERSION
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
H A Dconfig.in52 #undef PACKAGE_VERSION
/freebsd-10-stable/contrib/gcclibs/libssp/
H A Dconfig.h.in79 #undef PACKAGE_VERSION
/freebsd-10-stable/contrib/libyaml/
H A Dconfig.h.in56 #undef PACKAGE_VERSION

Completed in 222 milliseconds

12345678