packetbl.h at [d4b45fb52e]

File packetbl.h artifact e61fbc9557 part of check-in d4b45fb52e


#ifndef LOCAL_PACKETBL_H
#  define LOCAL_PACKETBL_H

#  ifdef HAVE_CONFIG_H
#    include "config.h"
#  endif

#  ifdef USE_SOCKSTAT
#    ifndef SOCKSTAT_PATH
#      define SOCKSTAT_PATH "/tmp/.packetbl.sock"
#    endif
#  endif

#endif