-[attr]binary -text -crlf -diff -ident
-* text ident
+* text -ident
dnl file will include it directly. No need for fuzzy HAVE_STDINT_H things...
dnl
dnl @, (status: used on new platforms) (see http://ac-archive.sf.net/gstdint/)
-dnl @version $Id$
dnl @author Guido Draheim <guidod@gmx.de>
AC_DEFUN([AX_CREATE_STDINT_H],
/*
- * $Id$
- *
* CAST-128 in C
* Written by Steve Reid <sreid@sea-to-sky.net>
* 100% Public Domain - no warranty
/* desCode.h
*
- * $Id$ */
+ */
/* des - fast & portable DES encryption & decryption.
* Copyright (C) 1992 Dana L. How
Author's address: how@isl.stanford.edu
-$Id$
-
==>> To compile after untarring/unsharring, just `make' <<==
*
* Generate tables used by des.c and desCode.h.
*
- * $Id$ */
+ */
/*
* des - fast & portable DES encryption & decryption.
* Tables describing DES rather than just this implementation.
* These are used in desdata but NOT in runtime code.
*
- * $Id$ */
+ */
/* des - fast & portable DES encryption & decryption.
* Copyright (C) 1992 Dana L. How