static void populate(char *path, char *lastname)
{
-#ifdef DBGMODE
+#ifdef DEBUG
struct timespec ts1, ts2;
clock_gettime(CLOCK_REALTIME, &ts1); /* Use CLOCK_MONOTONIC on FreeBSD */
ENTSORT(pdents, ndents, entrycmpfn);
-#ifdef DBGMODE
+#ifdef DEBUG
clock_gettime(CLOCK_REALTIME, &ts2);
DPRINTF_U(ts2.tv_nsec - ts1.tv_nsec);
#endif
#endif
if (g_state.pluginit)
unlink(g_pipepath);
-#ifdef DBGMODE
+#ifdef DEBUG
disabledbg();
#endif
}
env_opts_id = -1;
}
-#ifdef DBGMODE
+#ifdef DEBUG
enabledbg();
DPRINTF_S(VERSION);
#endif