diff options
author | Marc Balmer <mbalmer@cvs.openbsd.org> | 2005-02-16 19:59:50 +0000 |
---|---|---|
committer | Marc Balmer <mbalmer@cvs.openbsd.org> | 2005-02-16 19:59:50 +0000 |
commit | 6b4c437661d8c8126cd6a28232ce84f1e4cfb1a4 (patch) | |
tree | bd5b1f08f2eed8818bb0380324c1e6aa919542e0 /gnu/usr.bin/lynx | |
parent | 8e10ac7cb4eb841ddbc2b23f2690990fbba7efbd (diff) |
zap compilation date from the binary; ok henning@
Diffstat (limited to 'gnu/usr.bin/lynx')
-rw-r--r-- | gnu/usr.bin/lynx/src/LYMain.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/lynx/src/LYMain.c b/gnu/usr.bin/lynx/src/LYMain.c index 25df183ed8f..8c950b1d2fc 100644 --- a/gnu/usr.bin/lynx/src/LYMain.c +++ b/gnu/usr.bin/lynx/src/LYMain.c @@ -3152,9 +3152,6 @@ PRIVATE int version_fun ARGS1( * SYSTEM_NAME is set by the configure script. Show build date/time for other * systems, according to predefined compiler symbols. */ -#ifdef SYSTEM_NAME - printf(gettext("Built on %s %s %s\n"), SYSTEM_NAME, __DATE__, __TIME__); -#else #ifdef __CYGWIN__ printf("Compiled by CYGWIN (%s %s).\n", __DATE__, __TIME__); #else @@ -3166,13 +3163,10 @@ PRIVATE int version_fun ARGS1( #else #ifdef __DJGPP__ printf("Compiled by DJGPP (%s %s).\n", __DATE__, __TIME__); -#else - printf("Compiled at (%s %s).\n", __DATE__, __TIME__); #endif /* __DJGPP__ */ #endif /* _MSC_VER */ #endif /* __BORLANDC__ */ #endif /* __CYGWIN__ */ -#endif printf("\n"); printf(gettext( |