annotate modules/gc-random @ 8054:aa8abb5db935

Enforce the use of gnulib modules for unportable <string.h> functions.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Feb 2007 00:29:52 +0000
parents 1eae086746a0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6683
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
1 Description:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
2 Generic crypto random number functions.
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
3
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
4 Files:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
5 m4/gc-random.m4
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
6
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
7 Depends-on:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
8 gc
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
9
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
10 configure.ac:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
11 gl_GC_RANDOM
7796
1eae086746a0 Move module indicator macros from *.m4 files to the module descriptions.
Bruno Haible <bruno@clisp.org>
parents: 6683
diff changeset
12 gl_MODULE_INDICATOR([gc-random])
6683
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
13
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
14 Makefile.am:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
15
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
16 Include:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
17 "gc.h"
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
18
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
19 License:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
20 LGPL
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
21
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
22 Maintainer:
b834cf4a531f Split off gc-random from gc, and only warn on missing devices.
Simon Josefsson <simon@josefsson.org>
parents:
diff changeset
23 Simon Josefsson