File: ftsimport.c

package info (click to toggle)
polipo 1.0.4.1-1.2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,104 kB
  • sloc: ansic: 20,102; sh: 533; makefile: 79
file content (12 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif

#include "polipo.h"

#ifndef HAVE_FTS
#include "fts_compat.c"
#else
static int dummy ATTRIBUTE((unused));
#endif