1 /************************************************************************/ 2 /* */ 3 /* Psionic PortSentry */ 4 /* */ 5 /* Created: 10-12-1997 */ 6 /* Modified: 03-05-2002 */ 7 /* */ 8 /* Send all changes/modifications/bugfixes to sentrysupport@psionic.com */ 9 /* */ 10 /* */ 11 /* This software is Copyright(c) 1997-2002 Psionic Technologies, Inc. */ 12 /* */ 13 /* Disclaimer: */ 14 /* */ 15 /* All software distributed by Psionic Technologies is distributed */ 16 /* AS IS and carries NO WARRANTY or GUARANTEE OF ANY KIND. End users of */ 17 /* the software acknowledge that they will not hold Psionic Technlogies */ 18 /* liable for failure or non-function of the software product. YOU ARE */ 19 /* USING THIS PRODUCT AT YOUR OWN RISK. */ 20 /* */ 21 /* Licensing restrictions apply. Commercial re-sell is prohibited under */ 22 /* certain conditions. See the license that came with this package or */ 23 /* visit http://www.psionic.com for more information. */ 24 /* */ 25 /* $Id: portsentry_config.h,v 1.7 2002/04/08 17:23:46 crowland Exp crowland $ */ 26 /************************************************************************/ 27 28 /* IMPORTANT NOTE: If you're editing this file DON'T DELETE THE '#' signs! */ 29 /* We get questions from people who do this thinking they are comments. */ 30 /* They are not comments and are required. This file is going to disappear */ 31 /* in the later versions of this program so don't get too attached to it. */ 32 33 /* These are probably ok. Be sure you change the Makefile if you */ 34 /* change the path */ 35 #define CONFIG_FILE "/usr/local/psionic/portsentry2/portsentry.conf" 36 37 /* The location of Wietse Venema's TCP Wrapper hosts.deny file */ 38 #define WRAPPER_HOSTS_DENY "/etc/hosts.deny" 39 40 /* The default syslog is as daemon.notice. You can also use */ 41 /* any of the facilities from syslog.h to send messages to (LOCAL0, etc) */ 42 #define SYSLOG_FACILITY LOG_DAEMON 43 #define SYSLOG_LEVEL LOG_NOTICE 44 45 46 /* the maximum number of hosts to keep in a "previous connect" state engine*/ 47 #define MAXSTATE 50 48