diff options
-rw-r--r-- | app/xfs/xfs-config.h.in (renamed from app/xfs/config.h.in) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/xfs/config.h.in b/app/xfs/xfs-config.h.in index deb42a850..b44d4b4d8 100644 --- a/app/xfs/config.h.in +++ b/app/xfs/xfs-config.h.in @@ -1,14 +1,20 @@ -/* config.h.in. Generated from configure.ac by autoheader. */ +/* xfs-config.h.in. Generated from configure.ac by autoheader. */ /* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ #undef BSD44SOCKETS +/* comma-separated list of strings for config file paths when not specified */ +#undef DEFAULT_CONFIG_FILE + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H +/* Define to 1 if the system has the type `socklen_t'. */ +#undef HAVE_SOCKLEN_T + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |