diff options
author | Werner Koch <[email protected]> | 1999-02-10 16:22:40 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-02-10 16:22:40 +0000 |
commit | 9a4f506a18ed04f5dbd69d74ec0c35ade79e357a (patch) | |
tree | 07178f77cb23862b045b0edf8a2bc5ce188432cd /acconfig.h | |
parent | See ChangeLog: Sun Jan 24 18:16:26 CET 1999 Werner Koch (diff) | |
download | gnupg-9a4f506a18ed04f5dbd69d74ec0c35ade79e357a.tar.gz gnupg-9a4f506a18ed04f5dbd69d74ec0c35ade79e357a.zip |
See ChangeLog: Wed Feb 10 17:15:39 CET 1999 Werner Koch
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/acconfig.h b/acconfig.h index d3b6cf02e..fe2ac2fc8 100644 --- a/acconfig.h +++ b/acconfig.h @@ -32,6 +32,7 @@ #undef VERSION #undef PACKAGE #undef PRINTABLE_OS_NAME +#undef IS_DEVELOPMENT_VERSION /* Define if your locale.h file contains LC_MESSAGES. */ #undef HAVE_LC_MESSAGES @@ -64,14 +65,6 @@ #undef HAVE_BROKEN_MLOCK -/* One of the following macros is defined to select which of - * the cipher/rndxxxx.c is linked into the program */ -#undef USE_RNDLINUX -#undef USE_RNDUNIX -#undef USE_RNDOS2 -#undef USE_RNDATARI -#undef USE_RNDW32 -#undef USE_RNDMVS /* defined if we have a /dev/random and /dev/urandom */ #undef HAVE_DEV_RANDOM /* and the real names of the random devices */ @@ -92,6 +85,11 @@ #undef USE_ONLY_8DOT3 /* defined if we must run on a stupid file system */ #undef HAVE_DRIVE_LETTERS +/* defined if we run on some of the PCDOS like systems (DOS, Windoze. OS/2) + * with special properties like no file modes */ +#undef HAVE_DOSISH_SYSTEM + + @BOTTOM@ |