commit b814f0ef5eb0f7720f0061bd16bb4f03c67355d1
parent fa70db10422acfea0368b664acde9e735206dde7
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 4 Jun 2012 13:25:47 +0000
-fixes
Diffstat:
4 files changed, 1 insertion(+), 114 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
@@ -1,2 +1,2 @@
-SUBDIRS = include fuse .
+SUBDIRS = fuse .
diff --git a/src/include/Makefile.am b/src/include/Makefile.am
@@ -1,7 +0,0 @@
-SUBDIRS = .
-
-gnunetincludedir = $(includedir)/gnunet
-
-gnunetinclude_HEADERS = \
- gnunet_fuse_service.h \
- gnunet_protocols_fuse.h
diff --git a/src/include/gnunet_fuse_service.h b/src/include/gnunet_fuse_service.h
@@ -1,50 +0,0 @@
-/*
- This file is part of GNUnet
- (C)
-
- GNUnet is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published
- by the Free Software Foundation; either version 2, or (at your
- option) any later version.
-
- GNUnet is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GNUnet; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
- */
-
-/**
- * @file include/gnunet_fuse_service.h
- * @brief API to the fuse service
- * @author Christian Grothoff
- */
-#ifndef GNUNET_FUSE_SERVICE_H
-#define GNUNET_FUSE_SERVICE_H
-
-#ifdef __cplusplus
-extern "C"
-{
-#if 0 /* keep Emacsens' auto-indent happy */
-}
-#endif
-#endif
-
-/**
- * Version of the fuse API.
- */
-#define GNUNET_FUSE_VERSION 0x00000000
-
-
-#if 0 /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-#endif
diff --git a/src/include/gnunet_protocols_fuse.h b/src/include/gnunet_protocols_fuse.h
@@ -1,56 +0,0 @@
-/*
- This file is part of GNUnet.
- (C)
-
- GNUnet is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published
- by the Free Software Foundation; either version 2, or (at your
- option) any later version.
-
- GNUnet is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with GNUnet; see the file COPYING. If not, write to the
- Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA.
-*/
-
-/**
- * @file include/gnunet_protocols_ext.h
- * @brief constants for network protocols
- * @author
- */
-
-#ifndef GNUNET_PROTOCOLS_FUSE_H
-#define GNUNET_PROTOCOLS_FUSE_H
-
-#ifdef __cplusplus
-extern "C"
-{
-#if 0 /* keep Emacsens' auto-indent happy */
-}
-#endif
-#endif
-
-
-
-/**
- * FUSE message
- */
-#define GNUNET_MESSAGE_TYPE_FUSE 32000
-
-
-
-#if 0 /* keep Emacsens' auto-indent happy */
-{
-#endif
-#ifdef __cplusplus
-}
-#endif
-
-/* ifndef GNUNET_PROTOCOLS_H */
-#endif
-/* end of gnunet_protocols.h */