[hipl-commit] [trunk] Rev 3891: Removed icookie.

  • From: Miika Komu <miika@xxxxxx>
  • To: hipl-commit@xxxxxxxxxxxxx
  • Date: Tue, 9 Mar 2010 21:28:59 +0200

Committer: Miika Komu <miika@xxxxxx>
Date: Tue Mar 09 21:28:57 2010 +0200
Revision: 3891
Revision-id: miika@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Branch nick: trunk

Log:
  Removed icookie.

Modified:
  D  hipd/icookie.c
  D  hipd/icookie.h
  M  Makefile.am
  M  configure.ac

=== modified file 'Makefile.am'
--- Makefile.am 2010-03-09 18:49:00 +0000
+++ Makefile.am 2010-03-09 19:28:57 +0000
@@ -150,7 +150,6 @@
                     hipd/netdev.c \
                     hipd/bos.c \
                     hipd/nat.c \
-                    hipd/icookie.c \
                     hipd/init.c \
                     hipd/maintenance.c \
                     hipd/accessor.c \

=== modified file 'configure.ac'
--- configure.ac        2010-03-09 16:45:35 +0000
+++ configure.ac        2010-03-09 19:28:57 +0000
@@ -137,19 +137,6 @@
 fi
 AM_CONDITIONAL(HIP_AGENT, test x"$ac_cv_use_agent" = x"yes")
 
-AC_ARG_ENABLE(cookie,
-               AC_HELP_STRING([--enable-cookie],
-                              [HIP cookie extensions (default is NO)]),
-               [ac_cv_use_cookie=$enableval],
-               [ac_cv_use_cookie=no])
-AC_CACHE_CHECK([whether to use cookie extensions],
-               [ac_cv_use_cookie],
-               [ac_cv_use_cookie=no])
-if test x"$ac_cv_use_cookie" = x"yes"; then
-    AC_DEFINE(CONFIG_HIP_COOKIE)
-    AH_TEMPLATE(CONFIG_HIP_COOKIE, [Defined to 1 if cookie is enabled.])
-fi
-
 AC_ARG_ENABLE(pfkey,
                AC_HELP_STRING([--enable-pfkey],
                               [HIP pfkey extensions (default is NO)]),

Other related posts:

  • » [hipl-commit] [trunk] Rev 3891: Removed icookie. - Miika Komu