#ifndef BITCOIN_SEEDER_STRLCPY_H
#define BITCOIN_SEEDER_STRLCPY_H
// On modern glibc, strlcpy/strlcat are already provided.
// This header intentionally does nothing to avoid redefinition errors.
#include <string.h>
#endif
