]> sourceware.org Git - glibc.git/blame - sysdeps/unix/sysv/linux/sockaddrcom.h
Tue Nov 21 14:12:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
[glibc.git] / sysdeps / unix / sysv / linux / sockaddrcom.h
CommitLineData
d2f5be2a
UD
1/* Definition of `struct sockaddr_*' common members. Generic/4.2 BSD version.
2Copyright (C) 1995 Free Software Foundation, Inc.
28f540f4
RM
3This file is part of the GNU C Library.
4
5The GNU C Library is free software; you can redistribute it and/or
6modify it under the terms of the GNU Library General Public License as
7published by the Free Software Foundation; either version 2 of the
8License, or (at your option) any later version.
9
10The GNU C Library is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13Library General Public License for more details.
14
15You should have received a copy of the GNU Library General Public
16License along with the GNU C Library; see the file COPYING.LIB. If
17not, write to the Free Software Foundation, Inc., 675 Mass Ave,
18Cambridge, MA 02139, USA. */
19
d2f5be2a
UD
20#ifndef _SOCKADDRCOM_H
21#define _SOCKADDRCOM_H 1
28f540f4 22
d2f5be2a
UD
23/* This prevents including the file <linux/socket.h>. */
24#define _LINUX_SOCKET_H
25#define _LINUX_TYPES_H
28f540f4 26
d2f5be2a
UD
27/* This macro is used to declare the initial common members
28 of the data types used for socket addresses, `struct sockaddr',
29 `struct sockaddr_in', `struct sockaddr_un', etc. */
30
31#define __SOCKADDR_COMMON(sa_prefix) \
32 unsigned short int sa_prefix##family
33
34#define __SOCKADDR_COMMON_SIZE (sizeof (unsigned short int))
35
36
37#endif /* sockaddrcom.h */
This page took 0.048782 seconds and 5 git commands to generate.