ObjFW  Check-in [c26bd3ad84]

Overview
Comment:objfw-defs.h.in: Fix inconsistency
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | appletalk
Files: files | file ages | folders
SHA3-256: c26bd3ad848f5d573dd274d676c67dcda2bc62966daccb077c801c81d3f3878c
User & Date: js on 2022-10-22 21:47:40
Other Links: branch diff | manifest | tags
Context
2022-10-22
21:58
Add support for AppleTalk DDP sockets check-in: b62cca0487 user: js tags: trunk
21:47
objfw-defs.h.in: Fix inconsistency Closed-Leaf check-in: c26bd3ad84 user: js tags: appletalk
20:41
OFDatagramSocket: Set correct family for AppleTalk check-in: f2f2bd294e user: js tags: appletalk
Changes

Modified src/objfw-defs.h.in from [d45aceabb3] to [b415425796].

1
2
3
4
5
6
7
8
9
10
11
12
#undef OF_APPLE_RUNTIME
#undef OF_BIG_ENDIAN
#undef OF_FLOAT_BIG_ENDIAN
#undef OF_HAVE_AFUNIX_H
#undef OF_HAVE_APPLETALK_SOCKETS
#undef OF_HAVE_ATOMIC_BUILTINS
#undef OF_HAVE_ATOMIC_OPS
#undef OF_HAVE_BUILTIN_BSWAP16
#undef OF_HAVE_BUILTIN_BSWAP32
#undef OF_HAVE_BUILTIN_BSWAP64
#undef OF_HAVE_CHMOD
#undef OF_HAVE_CHOWN




|







1
2
3
4
5
6
7
8
9
10
11
12
#undef OF_APPLE_RUNTIME
#undef OF_BIG_ENDIAN
#undef OF_FLOAT_BIG_ENDIAN
#undef OF_HAVE_AFUNIX_H
#undef OF_HAVE_APPLETALK
#undef OF_HAVE_ATOMIC_BUILTINS
#undef OF_HAVE_ATOMIC_OPS
#undef OF_HAVE_BUILTIN_BSWAP16
#undef OF_HAVE_BUILTIN_BSWAP32
#undef OF_HAVE_BUILTIN_BSWAP64
#undef OF_HAVE_CHMOD
#undef OF_HAVE_CHOWN