packetbl_getstat.h at [7c39ff9950]

File packetbl_getstat.h artifact 45e910ff68 part of check-in 7c39ff9950


#ifndef PACKETBL_GETSTAT_H
#define PACKETBL_GETSTAT_H
#  ifdef HAVE_CONFIG_H
#    include "config.h"
#  endif

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