packetbl.h at [f60cda4b60]

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


#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