[pisa-src] r1850 - trunk/libpisa/global.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Fri, 27 Nov 2009 11:56:46 +0100

Author: biurrun
Date: Fri Nov 27 11:56:46 2009
New Revision: 1850

Log:
Remove unused definitions: PISA_RESOLVCONF_PATH, HOSTS_FILE,
HIPD_HOSTS_FILE, WAIT_FOR_HIPD_TIMEOUT.

Modified:
   trunk/libpisa/global.h

Modified: trunk/libpisa/global.h
==============================================================================
--- trunk/libpisa/global.h      Fri Nov 27 11:50:53 2009        (r1849)
+++ trunk/libpisa/global.h      Fri Nov 27 11:56:46 2009        (r1850)
@@ -117,7 +117,6 @@
  * path and file names for configuration files
  */
 #define PISA_CONFDIR_PATH      PISA_SYSCONFDIR
-#define PISA_RESOLVCONF_PATH   "/etc/resolv.conf"
 #define PISA_DIR_PERF_RESULTS  PISA_SYSCONFDIR"/results"
 
 #define PISACD_CONFFILE                "pisacd.conf"
@@ -133,9 +132,6 @@
 #define PISA_AUTHORIZED_HOSTS_CONFFILE         "authorized_hosts.cfg"
 #define PISA_AUTHORIZED_HOSTS_CONFFILE_FULLPATH        PISA_CONFDIR_PATH "/" 
PISA_AUTHORIZED_HOSTS_CONFFILE
 
-#define HOSTS_FILE     "/etc/hosts"
-#define HIPD_HOSTS_FILE        "/etc/hip/hosts"
-
 #define DEFAULT_CONFIG_DIR_MODE        0755
 
 #define POLL_CTL      0
@@ -158,11 +154,6 @@
 #define PISA_CERT_LENGTH       992
 
 /**
- * Timeout for checks, whether hipd is running or not.
- */
-#define WAIT_FOR_HIPD_TIMEOUT 3
-
-/**
  * Types which are necessary for TLV(Type-Length-Value)
  */
 typedef uint16_t pisa_tlv_type;

Other related posts:

  • » [pisa-src] r1850 - trunk/libpisa/global.h - Diego Biurrun