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

1234567891011>>

/netbsd-current/external/bsd/top/dist/
H A Dversion.c46 return(PACKAGE_VERSION);
/netbsd-current/external/bsd/ntp/dist/sntp/libpkgver/
H A Dpkgver.h17 #define PKG_VER_LT(x) (colcomp((x), PACKAGE_VERSION) < 0)
18 #define PKG_VER_LE(x) (colcomp((x), PACKAGE_VERSION) <= 0)
19 #define PKG_VER_EQ(x) (colcomp((x), PACKAGE_VERSION) == 0)
20 #define PKG_VER_GE(x) (colcomp((x), PACKAGE_VERSION) >= 0)
21 #define PKG_VER_GT(x) (colcomp((x), PACKAGE_VERSION) > 0)
/netbsd-current/external/mpl/bind/dist/lib/ns/
H A DMakefile.am57 -release "$(PACKAGE_VERSION)"
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dversion_helper.cpp39 std::cout << PACKAGE_VERSION << "\n"; local
/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dversion_helper.c41 printf("%s\n", PACKAGE_VERSION);
/netbsd-current/external/gpl3/gcc.old/lib/libgcc/arch/or1k/
H A Dauto-target.h63 #define PACKAGE_VERSION "1.0" macro
/netbsd-current/external/gpl3/gdb/dist/sim/ppc/
H A Ddefs.h33 #undef PACKAGE_VERSION macro
45 #undef PACKAGE_VERSION macro
/netbsd-current/external/bsd/kyua-testers/lib/libtester/
H A Dconfig.h53 #define PACKAGE_VERSION "0.1" macro
/netbsd-current/external/bsd/lutok/lib/liblutok/
H A Dconfig.h57 #define PACKAGE_VERSION "0.3" macro
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-ark/
H A DMakefile8 CPPFLAGS+= -DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
/netbsd-current/external/gpl3/gcc.old/lib/libobjc/arch/coldfire/
H A Dconfig.h70 #define PACKAGE_VERSION "version-unused" macro
/netbsd-current/external/gpl3/gcc.old/lib/libobjc/arch/or1k/
H A Dconfig.h70 #define PACKAGE_VERSION "version-unused" macro
/netbsd-current/crypto/external/bsd/netpgp/dist/src/lib/
H A Dversion.h53 #define NETPGP_AUTOCONF_VERSION PACKAGE_VERSION
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Ddefs.h35 #undef PACKAGE_VERSION macro
/netbsd-current/external/gpl3/gdb/lib/libsim/arch/powerpc64/
H A Dconfig.h60 #define PACKAGE_VERSION "" macro
H A Dbuild-config.h60 #define PACKAGE_VERSION "" macro
/netbsd-current/external/gpl3/gdb/lib/libsim/arch/powerpc/
H A Dconfig.h60 #define PACKAGE_VERSION "" macro
H A Dbuild-config.h60 #define PACKAGE_VERSION "" macro
/netbsd-current/external/bsd/ntp/dist/ntpsnmpd/
H A Dntp_snmp.h34 #ifdef PACKAGE_VERSION
35 # undef PACKAGE_VERSION macro
/netbsd-current/crypto/external/cpl/tpm-tools/include/
H A Dconfig.h82 #define PACKAGE_VERSION "1.3.7" macro
/netbsd-current/external/bsd/atf/
H A Dbconfig.h87 #define PACKAGE_VERSION "0.20" macro
/netbsd-current/external/bsd/kyua-cli/
H A Dconfig.h92 #define PACKAGE_VERSION "0.7" macro
/netbsd-current/external/mit/xorg/server/drivers/xf86-video-s3virge/
H A DMakefile10 CPPFLAGS+= -DPACKAGE_VERSION=\"${PACKAGE_VERSION}\"
/netbsd-current/external/gpl3/gcc/usr.bin/libdecnumber/arch/alpha/
H A Dconfig.h63 #define PACKAGE_VERSION " " macro
/netbsd-current/external/gpl3/gcc/usr.bin/libdecnumber/arch/earm/
H A Dconfig.h63 #define PACKAGE_VERSION " " macro

Completed in 664 milliseconds

1234567891011>>