diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 20:21:41 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 20:21:41 +0000 |
commit | 78d9ac52db47a21e2260ec82b6666ca014fc4c68 (patch) | |
tree | 7c513579fdb4dd2340d5ffe8e72f560467c74037 /app/proxymngr/xconfig.h.in | |
parent | 4009f4bb8e19be65985224de572a56c7e547ff62 (diff) |
Importing from X.Org 7.2RC2
Diffstat (limited to 'app/proxymngr/xconfig.h.in')
-rw-r--r-- | app/proxymngr/xconfig.h.in | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/app/proxymngr/xconfig.h.in b/app/proxymngr/xconfig.h.in new file mode 100644 index 000000000..62024267a --- /dev/null +++ b/app/proxymngr/xconfig.h.in @@ -0,0 +1,31 @@ +/* xconfig.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if `struct sockaddr_in' has a `sin_len' member */ +#undef BSD44SOCKETS + +/* Support IPv6 for TCP connections */ +#undef IPv6 + +/* Define to 1 if you do not have the `strcasecmp' function. */ +#undef NEED_STRCASECMP + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Version number of package */ +#undef VERSION |