Code

fb_features: Added a header describing available features of the library.
authorSebastian Harl <sh@tokkee.org>
Thu, 15 Oct 2009 22:03:18 +0000 (00:03 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 15 Oct 2009 22:03:18 +0000 (00:03 +0200)
commite40e2d0b887fd48bb9fc2b61bee558abc0043c25
treeaf92c131b37c42e0755709876b28e13d4bc68b6a
parent4cc9331b04314dc33c38f20492e3867d753ceb5e
fb_features: Added a header describing available features of the library.

This header provides various macros and functions that may be used to
determine the version of 'foobar'. The file is created automatically by
configure using the input file fb_features.h.in.

This allows for fine grained version checks at compile- and runtime.
.gitignore
configure.ac
src/Makefile.am
src/fb_features.h.in [new file with mode: 0644]
src/foobar.c