1 /* config.h.in. Generated from configure.in by autoheader. */ 2 3 /* Path to fusesmb.cache */ 4 #undef FUSESMB_CACHE_BINDIR 5 6 /* System configuration path */ 7 #undef FUSESMB_SYSCONFDIR 8 9 /* Fuse API Version */ 10 #undef FUSE_USE_VERSION 11 12 /* Define to 1 if you have the <dirent.h> header file. */ 13 #undef HAVE_DIRENT_H 14 15 /* Define to 1 if you have the <errno.h> header file. */ 16 #undef HAVE_ERRNO_H 17 18 /* Define to 1 if you have the <fcntl.h> header file. */ 19 #undef HAVE_FCNTL_H 20 21 /* Define to 1 if you have the <fuse.h> header file. */ 22 #undef HAVE_FUSE_H 23 24 /* Define to 1 if you have the <inttypes.h> header file. */ 25 #undef HAVE_INTTYPES_H 26 27 /* Define to 1 if you have the `fuse' library (-lfuse). */ 28 #undef HAVE_LIBFUSE 29 30 /* Define to 1 if you have the `pthread' library (-lpthread). */ 31 #undef HAVE_LIBPTHREAD 32 33 /* Define to 1 if you have the `smbclient' library (-lsmbclient). */ 34 #undef HAVE_LIBSMBCLIENT 35 36 /* New close function for libsmbclient >= 3.0.20 */ 37 #undef HAVE_LIBSMBCLIENT_CLOSE_FN 38 39 /* Define to 1 if you have the <libsmbclient.h> header file. */ 40 #undef HAVE_LIBSMBCLIENT_H 41 42 /* Define to 1 if you have the <memory.h> header file. */ 43 #undef HAVE_MEMORY_H 44 45 /* Define to 1 if you have the <pthread.h> header file. */ 46 #undef HAVE_PTHREAD_H 47 48 /* Define to 1 if you have the <stddef.h> header file. */ 49 #undef HAVE_STDDEF_H 50 51 /* Define to 1 if you have the <stdint.h> header file. */ 52 #undef HAVE_STDINT_H 53 54 /* Define to 1 if you have the <stdio.h> header file. */ 55 #undef HAVE_STDIO_H 56 57 /* Define to 1 if you have the <stdlib.h> header file. */ 58 #undef HAVE_STDLIB_H 59 60 /* Define to 1 if you have the <strings.h> header file. */ 61 #undef HAVE_STRINGS_H 62 63 /* Define to 1 if you have the <string.h> header file. */ 64 #undef HAVE_STRING_H 65 66 /* Define to 1 if `st_blocks' is member of `struct stat'. */ 67 #undef HAVE_STRUCT_STAT_ST_BLOCKS 68 69 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use 70 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */ 71 #undef HAVE_ST_BLOCKS 72 73 /* Define to 1 if you have the <sys/param.h> header file. */ 74 #undef HAVE_SYS_PARAM_H 75 76 /* Define to 1 if you have the <sys/stat.h> header file. */ 77 #undef HAVE_SYS_STAT_H 78 79 /* Define to 1 if you have the <sys/types.h> header file. */ 80 #undef HAVE_SYS_TYPES_H 81 82 /* Define to 1 if you have the <sys/vfs.h> header file. */ 83 #undef HAVE_SYS_VFS_H 84 85 /* Define to 1 if you have the <unistd.h> header file. */ 86 #undef HAVE_UNISTD_H 87 88 /* Name of package */ 89 #undef PACKAGE 90 91 /* Define to the address where bug reports for this package should be sent. */ 92 #undef PACKAGE_BUGREPORT 93 94 /* Define to the full name of this package. */ 95 #undef PACKAGE_NAME 96 97 /* Define to the full name and version of this package. */ 98 #undef PACKAGE_STRING 99 100 /* Define to the one symbol short name of this package. */ 101 #undef PACKAGE_TARNAME 102 103 /* Define to the version of this package. */ 104 #undef PACKAGE_VERSION 105 106 /* Define to 1 if you have the ANSI C header files. */ 107 #undef STDC_HEADERS 108 109 /* Version number of package */ 110 #undef VERSION 111 112 /* Use 64 bits file offsets */ 113 #undef _FILE_OFFSET_BITS