ObjFW  Check-in [4bc1aa6831]

Overview
Comment:ObjFW.h: Fix conditional for OFHTTPClient import
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 4bc1aa68312c4e6bd1bd7554373f60b22cacb391bac5c4dbf71ca48d8fc069c1
User & Date: js on 2018-04-15 19:15:45
Other Links: manifest | tags
Context
2018-04-22
16:13
runtime: Define BOOL to be the same as bool check-in: fe2cbe0021 user: js tags: trunk
2018-04-15
19:15
ObjFW.h: Fix conditional for OFHTTPClient import check-in: 4bc1aa6831 user: js tags: trunk
19:03
Use PROGDIR: as user config & data dir on AmigaOS check-in: c712763687 user: js tags: trunk
Changes

Modified src/ObjFW.h from [55f533bb8f] to [fc17987754].

76
77
78
79
80
81
82

83

84
85
86
87
88
89
90
# import "OFKernelEventObserver.h"
#endif
#import "OFHTTPCookie.h"
#import "OFHTTPCookieManager.h"
#import "OFHTTPRequest.h"
#import "OFHTTPResponse.h"
#ifdef OF_HAVE_SOCKETS

# import "OFHTTPClient.h"

# import "OFHTTPServer.h"
#endif

#ifdef OF_HAVE_PROCESSES
# import "OFProcess.h"
#endif








>
|
>







76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# import "OFKernelEventObserver.h"
#endif
#import "OFHTTPCookie.h"
#import "OFHTTPCookieManager.h"
#import "OFHTTPRequest.h"
#import "OFHTTPResponse.h"
#ifdef OF_HAVE_SOCKETS
# ifdef OF_HAVE_THREADS
#  import "OFHTTPClient.h"
# endif
# import "OFHTTPServer.h"
#endif

#ifdef OF_HAVE_PROCESSES
# import "OFProcess.h"
#endif