diff options
author | Werner Koch <[email protected]> | 1998-07-30 17:37:03 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1998-07-30 17:37:03 +0000 |
commit | 0300d6aefc270507ed4cbf6942c5ab053fd60ed9 (patch) | |
tree | 39a1e4eb561325c3f6679f96cf7ac88a8860d27c /acconfig.h | |
parent | edit-key is now complete (diff) | |
download | gnupg-0300d6aefc270507ed4cbf6942c5ab053fd60ed9.tar.gz gnupg-0300d6aefc270507ed4cbf6942c5ab053fd60ed9.zip |
started with shm coprocesses
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 50014cf39..89e367b7c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -76,6 +76,10 @@ #undef HAVE_DL_DLOPEN #undef HAVE_DLD_DLD_LINK +#undef USE_SHM_COPROCESSING + +#undef IPC_RMID_DEFERRED_RELEASE + @BOTTOM@ #endif /*G10_CONFIG_H*/ |