Namespace-clean some more heimdal symbols
[openafs.git] / src / crypto / hcrypto / config.h
index 8e06e48..233cd09 100644 (file)
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#ifndef OAFS_HCRYPTO_CONFIG_H
+#define OAFS_HCRYPTO_CONFIG_H
 #include <afsconfig.h>
+#include <afs/param.h>
 
-#include <errno.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <sys/types.h>
-#include <time.h>
-#include <fcntl.h>
-#include <signal.h>
-
-#ifndef AFS_NT40_ENV
-#include <sys/param.h>
-#include <sys/socket.h>
-#include <inttypes.h>
-#include <sys/time.h>
-#include <unistd.h>
-#endif
-
-#ifdef HAVE_TERMIOS_H
-#include <termios.h>
-#endif
-
-#ifdef HAVE_DIRENT_H
-#include <dirent.h>
+#if HAVE_STDINT_H
+#include <stdint.h>
 #endif
 
 #if defined(AFS_NT40_ENV)
 # define inline __inline __attribute__((always_inline))
 #endif
 
+#define Camellia_DecryptBlock _oafs_h_Camellia_DecryptBlock
+#define Camellia_Ekeygen _oafs_h_Camellia_Ekeygen
+#define Camellia_EncryptBlock _oafs_h_Camellia_EncryptBlock
+#define ENGINE_get_RAND _oafs_h_ENGINE_get_RAND
+#define ENGINE_up_ref _oafs_h_ENGINE_up_ref
+#define ENGINE_finish _oafs_h_ENGINE_finish
+
+#endif /* OAFS_HCRYPTO_CONFIG_H */