diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-10-09 17:03:22 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-10-09 17:03:22 +0200 |
commit | 070ffc9f125459ad574cb7233c849c004a152768 (patch) | |
tree | 5d8deedfeee95fcc76dec41e0887c3c751aad11a | |
parent | c50444914b7236b549370c15d2f37703db41397a (diff) | |
download | feh-070ffc9f125459ad574cb7233c849c004a152768.zip |
options.c: Show stat64 if enabled
-rw-r--r-- | src/options.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index 1583eb8..eeb8340 100644 --- a/src/options.c +++ b/src/options.c @@ -783,6 +783,10 @@ static void show_version(void) "debug " #endif +#if _FILE_OFFSET_BITS == 64 + "stat64 " +#endif + #ifdef HAVE_LIBXINERAMA "xinerama " #endif |