diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 15:05:51 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-30 15:05:51 +0000 |
commit | dc6faf2379170e7cac5005854ce48958115d4896 (patch) | |
tree | 673cb7706be777fceaccff3926c047ef6d788945 /mx.h | |
parent | 1575d9fbe5c676709a6e27be33c57d820efea2c4 (diff) | |
download | fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.gz fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.tar.bz2 fetchmail-dc6faf2379170e7cac5005854ce48958115d4896.zip |
getopt_long is back for Solaris and HP-UX.
svn path=/trunk/; revision=3508
Diffstat (limited to 'mx.h')
-rw-r--r-- | mx.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,6 @@ -/* mx.h -- name-to-preference association for MX records */ +/* mx.h -- name-to-preference association for MX records. + * For license terms, see the file COPYING in this directory. + */ struct mxentry { |