diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 21:26:59 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2013-05-31 21:26:59 +0000 |
commit | b1eab71a93cd8bf2b75ddf9f5ee320b917b60d65 (patch) | |
tree | acd89de2a51878bfa659050c04fb870c9a12253f /app/xfs/config.h.in | |
parent | 0cb98bd993f3b94b7abf83b3568bc6a85aeba41c (diff) |
Update to xfs 1.1.3
Diffstat (limited to 'app/xfs/config.h.in')
-rw-r--r-- | app/xfs/config.h.in | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/app/xfs/config.h.in b/app/xfs/config.h.in index 1ce231fd3..ec8be84fa 100644 --- a/app/xfs/config.h.in +++ b/app/xfs/config.h.in @@ -63,6 +63,9 @@ /* Define to the one symbol short name of this package. */ #undef PACKAGE_TARNAME +/* Define to the home page for this package. */ +#undef PACKAGE_URL + /* Define to the version of this package. */ #undef PACKAGE_VERSION @@ -90,22 +93,6 @@ /* Build support for logging via syslog */ #undef USE_SYSLOG -/* Version number of package */ -#undef VERSION - -/* Build support for starting from inetd */ -#undef XFS_INETD - -/* Define to 1 if on MINIX. */ -#undef _MINIX - -/* Define to 2 if the system does not provide POSIX.1 features except with - this defined. */ -#undef _POSIX_1_SOURCE - -/* Define to 1 if you need to in order for `stat' and other things to work. */ -#undef _POSIX_SOURCE - /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE @@ -127,3 +114,19 @@ # undef __EXTENSIONS__ #endif + +/* Version number of package */ +#undef VERSION + +/* Build support for starting from inetd */ +#undef XFS_INETD + +/* Define to 1 if on MINIX. */ +#undef _MINIX + +/* Define to 2 if the system does not provide POSIX.1 features except with + this defined. */ +#undef _POSIX_1_SOURCE + +/* Define to 1 if you need to in order for `stat' and other things to work. */ +#undef _POSIX_SOURCE |