diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-18 20:06:45 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-18 20:06:45 +0000 |
commit | d4ef5832c3e78458b87734f6d41e10846fc6ce1c (patch) | |
tree | 33a649e0ac0d3fbc74eeb58adc67d2826a7399ed /config.h.in | |
parent | 3eee8c9c8a209cccbb634bad930a7156c1058a9b (diff) | |
download | LibXtract-d4ef5832c3e78458b87734f6d41e10846fc6ce1c.tar.gz LibXtract-d4ef5832c3e78458b87734f6d41e10846fc6ce1c.tar.bz2 LibXtract-d4ef5832c3e78458b87734f6d41e10846fc6ce1c.zip |
OS X fixes
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 0735bf0..58c3175 100644 --- a/config.h.in +++ b/config.h.in @@ -45,6 +45,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* LibXtract Version */ +#undef LIBXTRACT_VERSION + /* Name of package */ #undef PACKAGE |