diff options
author | Joe Orton <jorton@apache.org> | 2002-11-14 19:55:00 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2002-11-14 19:55:00 +0000 |
commit | a32483817cdbc83c5638110dbf10c5bc89883856 (patch) | |
tree | 4050a30dcc27b1ce2beebe1f8424f967ded58c6c /acconfig.h | |
parent | adfb9f8cb24206940ec6c03498699d65848b14ec (diff) | |
download | apr-a32483817cdbc83c5638110dbf10c5bc89883856.tar.gz |
- define DEV_RANDOM as a string literal so it doesn't have to be
converted into one later.
- remove DEV_RANDOM from acconfig.h
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64029 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 3143dd620..416624bd5 100644 --- a/acconfig.h +++ b/acconfig.h @@ -4,7 +4,6 @@ @TOP@ /* Various #defines we need to know about */ -#undef DEV_RANDOM #undef EGD_DEFAULT_SOCKET #undef HAVE_isascii |