summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-15 21:31:54 +1000
committerDamien Miller <djm@mindrot.org>2001-09-15 21:31:54 +1000
commit58be738ac85919c2302c8375eeaf7eadef93df5b (patch)
tree82e82625276db16b03e6d885b3b39e9978586837 /acconfig.h
parent85085cb96d479de364ceb3b7e2556090a55e2a61 (diff)
- (djm) Make sure rijndael.c picks config.h
- (djm) Ensure that u_char gets defined
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index c1c7c243b..76eb3a9e9 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -1,4 +1,4 @@
1/* $Id: acconfig.h,v 1.114 2001/08/16 00:09:50 mouring Exp $ */ 1/* $Id: acconfig.h,v 1.115 2001/09/15 11:31:54 djm Exp $ */
2 2
3#ifndef _CONFIG_H 3#ifndef _CONFIG_H
4#define _CONFIG_H 4#define _CONFIG_H
@@ -253,6 +253,7 @@
253#undef HAVE_UINTXX_T 253#undef HAVE_UINTXX_T
254#undef HAVE_INT64_T 254#undef HAVE_INT64_T
255#undef HAVE_U_INT64_T 255#undef HAVE_U_INT64_T
256#undef HAVE_U_CHAR
256#undef HAVE_SOCKLEN_T 257#undef HAVE_SOCKLEN_T
257#undef HAVE_SIZE_T 258#undef HAVE_SIZE_T
258#undef HAVE_SSIZE_T 259#undef HAVE_SSIZE_T