/*1* IP configuration utility private definitions2*3* Copyright 2010 Andrew Nguyen4*5* This library is free software; you can redistribute it and/or6* modify it under the terms of the GNU Lesser General Public7* License as published by the Free Software Foundation; either8* version 2.1 of the License, or (at your option) any later version.9*10* This library is distributed in the hope that it will be useful,11* but WITHOUT ANY WARRANTY; without even the implied warranty of12* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU13* Lesser General Public License for more details.14*15* You should have received a copy of the GNU Lesser General Public16* License along with this library; if not, write to the Free Software17* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA18*/1920#include <windef.h>2122/* Translation IDs. */23#define STRING_USAGE 10124#define STRING_INVALID_CMDLINE 10225#define STRING_ADAPTER_FRIENDLY 10326#define STRING_ETHERNET 10427#define STRING_UNKNOWN 10528#define STRING_CONN_DNS_SUFFIX 10629#define STRING_IP_ADDRESS 10730#define STRING_HOSTNAME 10831#define STRING_NODE_TYPE 10932#define STRING_BROADCAST 11033#define STRING_PEER_TO_PEER 11134#define STRING_MIXED 11235#define STRING_HYBRID 11336#define STRING_IP_ROUTING 11437#define STRING_DESCRIPTION 11538#define STRING_PHYS_ADDR 11639#define STRING_DHCP_ENABLED 11740#define STRING_YES 11841#define STRING_NO 11942#define STRING_DEFAULT_GATEWAY 12043#define STRING_IP6_ADDRESS 12144#define STRING_PRIMARY_DNS_SUFFIX 122454647