diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-05-02 12:10:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-05-02 15:11:02 +0200 |
commit | 46cb402c6d621ef89b23fa61247faf623e8fb306 (patch) | |
tree | 244f0c55e625837b974f898b9064fd0451068cd3 /hesiod/hesiod_p.h | |
parent | dbdc657dc0b962ef3ac61585c81e0828d8da42ee (diff) | |
download | glibc-46cb402c6d621ef89b23fa61247faf623e8fb306.tar.gz glibc-46cb402c6d621ef89b23fa61247faf623e8fb306.tar.xz glibc-46cb402c6d621ef89b23fa61247faf623e8fb306.zip |
hesiod: Remove DEF_RHS
No functional change because DEF_RHS was already disabled before.
Diffstat (limited to 'hesiod/hesiod_p.h')
-rw-r--r-- | hesiod/hesiod_p.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hesiod/hesiod_p.h b/hesiod/hesiod_p.h index 7bd291997f..0c00c58538 100644 --- a/hesiod/hesiod_p.h +++ b/hesiod/hesiod_p.h @@ -26,7 +26,6 @@ #ifndef _HESIOD_P_H_INCLUDED #define _HESIOD_P_H_INCLUDED -#define DEF_RHS ".Athena.MIT.EDU" /* Defaults if HESIOD_CONF */ #define DEF_LHS ".ns" /* file is not */ /* present. */ struct hesiod_p { |