From fa20a9416b75a9342349054d156aa7ea7c748568 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Sun, 26 Mar 2017 15:16:36 +0200 Subject: [PATCH] site-specific constants --- apps/restconf/restconf_lib.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/restconf/restconf_lib.h b/apps/restconf/restconf_lib.h index 0a1bdd69..8eba97bb 100644 --- a/apps/restconf/restconf_lib.h +++ b/apps/restconf/restconf_lib.h @@ -39,13 +39,6 @@ /* * Constants */ -#define USER_COOKIE "c-user" /* connected user cookie */ -#define WWW_USER "root" -#define WWW_PASSWD "9rundpaj" // XXX -#define DEFAULT_TEMPLATE "nordunet" /* XXX Default sender template must be in conf */ -#define CONFIG_FILE "/usr/local/etc/grideye.conf" -#define NETCONF_BIN "/usr/local/bin/clixon_netconf" -#define NETCONF_OPTS "-qS" /* * Prototypes