packetbl_getstat.h at [49947c3157]

File packetbl_getstat.h artifact 45e910ff68 part of check-in 49947c3157


#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