aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/passthrough.c4
-rw-r--r--example/passthrough_fh.c4
-rw-r--r--example/passthrough_hp.cc4
-rw-r--r--example/passthrough_ll.c2
-rw-r--r--example/poll.c2
-rw-r--r--example/poll_client.c2
-rw-r--r--example/printcap.c2
7 files changed, 1 insertions, 19 deletions
diff --git a/example/passthrough.c b/example/passthrough.c
index ae13225..5963d58 100644
--- a/example/passthrough.c
+++ b/example/passthrough.c
@@ -25,10 +25,6 @@
#define FUSE_USE_VERSION 31
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define _GNU_SOURCE
#ifdef linux
diff --git a/example/passthrough_fh.c b/example/passthrough_fh.c
index bdc5ecd..bc02794 100644
--- a/example/passthrough_fh.c
+++ b/example/passthrough_fh.c
@@ -25,10 +25,6 @@
#define FUSE_USE_VERSION 31
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
#define _GNU_SOURCE
#include <fuse.h>
diff --git a/example/passthrough_hp.cc b/example/passthrough_hp.cc
index b367978..26fa42e 100644
--- a/example/passthrough_hp.cc
+++ b/example/passthrough_hp.cc
@@ -45,10 +45,6 @@
#define FUSE_USE_VERSION FUSE_MAKE_VERSION(3, 12)
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif
diff --git a/example/passthrough_ll.c b/example/passthrough_ll.c
index a1d237a..8b2eb4b 100644
--- a/example/passthrough_ll.c
+++ b/example/passthrough_ll.c
@@ -37,8 +37,6 @@
#define _GNU_SOURCE
#define FUSE_USE_VERSION 34
-#include "config.h"
-
#include <fuse_lowlevel.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/example/poll.c b/example/poll.c
index 521e6aa..e231b96 100644
--- a/example/poll.c
+++ b/example/poll.c
@@ -23,8 +23,6 @@
#define FUSE_USE_VERSION 31
-#include <config.h>
-
#include <fuse.h>
#include <unistd.h>
#include <ctype.h>
diff --git a/example/poll_client.c b/example/poll_client.c
index 222452a..e51bd0e 100644
--- a/example/poll_client.c
+++ b/example/poll_client.c
@@ -19,7 +19,7 @@
* \include poll_client.c
*/
-#include <config.h>
+#include <fuse_config.h>
#include <sys/select.h>
#include <sys/time.h>
diff --git a/example/printcap.c b/example/printcap.c
index 4867988..30e2057 100644
--- a/example/printcap.c
+++ b/example/printcap.c
@@ -21,8 +21,6 @@
#define FUSE_USE_VERSION 31
-#include <config.h>
-
#include <fuse_lowlevel.h>
#include <stdio.h>
#include <unistd.h>