/** $MirBSD: src/bin/ksh/version.c,v 2.1 2004/12/10 18:09:42 tg Exp $ */ /* $OpenBSD: version.c,v 1.12 1999/07/14 13:37:24 millert Exp $ */ /*- * Copyright (c) 2004 * Thorsten "mirabile" Glaser * * Licensee is hereby permitted to deal in this work without restric- * tion, including unlimited rights to use, publicly perform, modify, * merge, distribute, sell, give away or sublicence, provided all co- * pyright notices above, these terms and the disclaimer are retained * in all redistributions or reproduced in accompanying documentation * or other materials provided with binary redistributions. * * Licensor hereby provides this work "AS IS" and WITHOUT WARRANTY of * any kind, expressed or implied, to the maximum extent permitted by * applicable law, but with the warranty of being written without ma- * licious intent or gross negligence; in no event shall licensor, an * author or contributor be held liable for any damage, direct, indi- * rect or other, however caused, arising in any way out of the usage * of this work, even if advised of the possibility of such damage. *- * value of $KSH_VERSION (or $SH_VERSION) */ #include "sh.h" const char ksh_version[] = "@(#)PD KSH v5.2.14 MirOS R19 in " #ifdef MIRBSD_NATIVE "native " #endif #ifdef KSH "KSH" #else "POSIX" #endif " mode" #ifdef MKSH " as mksh" #endif ;