1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 8f1b15d0f9 OCSP fix
2017-04-13 19:31:48 +02:00
..
base fix 2017-04-12 18:20:55 +02:00
container fix 2017-03-24 15:16:57 +01:00
curl sync 2016-08-10 17:12:52 +02:00
db fix 2017-04-12 18:20:55 +02:00
dbi sync 2016-08-10 17:12:52 +02:00
debug fix 2017-01-30 13:32:33 +01:00
dynamic sync 2016-08-10 17:12:52 +02:00
event sync 2016-08-10 17:12:52 +02:00
examples fix 2017-04-12 18:20:55 +02:00
flex sync 2016-08-10 17:12:52 +02:00
internal fix 2017-03-07 15:39:12 +01:00
json fix 2017-04-12 18:20:55 +02:00
ldap sync 2016-08-10 17:12:52 +02:00
libevent sync 2016-08-10 17:12:52 +02:00
magic sync 2016-08-10 17:12:52 +02:00
mime sync 2017-01-20 16:23:57 +01:00
net OCSP fix 2017-04-13 19:31:48 +02:00
orm fix 2017-03-03 16:12:00 +01:00
pcre sync 2016-08-10 17:12:52 +02:00
query sync 2016-08-10 17:12:52 +02:00
replace sync 2016-07-12 16:11:57 +02:00
ssh/net sync 2016-08-10 17:12:52 +02:00
ssl OCSP fix 2017-04-13 19:31:48 +02:00
ui sync 2016-08-10 17:12:52 +02:00
utility fix 2017-04-12 18:20:55 +02:00
xml fix 2017-03-03 16:12:00 +01:00
zip sync 2016-08-10 17:12:52 +02:00
all.h fix 2016-07-12 17:20:35 +02:00
application.h sync 2016-12-22 15:54:12 +01:00
cache.h sync 2016-11-08 14:26:32 +01:00
command.h sync 2016-08-23 15:53:17 +02:00
date.h sync + MacOSX fix 2016-12-02 14:40:13 +01:00
file_config.h sync 2016-10-14 15:24:05 +02:00
file.h sync 2016-11-08 14:26:32 +01:00
log.h sync 2016-12-22 15:54:12 +01:00
Makefile.am clean history 2015-01-23 17:24:36 +01:00
Makefile.in sync 2017-03-23 16:24:13 +01:00
notifier.h fix 2017-01-30 13:32:33 +01:00
options.h sync 2016-08-10 17:12:52 +02:00
process.h sync 2016-08-10 17:12:52 +02:00
README clean history 2015-01-23 17:24:36 +01:00
string.h OCSP fix 2017-04-13 19:31:48 +02:00
thread.h sync 2016-08-10 17:12:52 +02:00
timer.h sync 2016-08-10 17:12:52 +02:00
timeval.h sync 2016-08-10 17:12:52 +02:00
tokenizer.h sync + MacOSX fix 2016-12-02 14:40:13 +01:00
url.h sync 2016-08-10 17:12:52 +02:00

Include files for ULib, external users.

They're all placed in the ulib subdirectory here for better fit in any kind
of environment. You should include files from here using...

#include <ulib/string.h>

... style and point the compiler's include path to the directory holding the
ulib subdirectory. It makes it more likely to survive future modifications.