1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/include/ulib
stefanocasazza 48d7ee4fb4 fix
2017-04-01 12:36:27 +02:00
..
base sync 2017-03-23 19:15:55 +01:00
container fix 2017-03-24 15:16:57 +01:00
curl sync 2016-08-10 17:12:52 +02:00
db sync 2016-10-06 16:09:35 +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-01 12:36:27 +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-01 12:36:27 +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 fix 2017-03-14 16:25:57 +01: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 fix 2017-03-03 16:12:00 +01:00
ui sync 2016-08-10 17:12:52 +02:00
utility fix 2017-03-14 16:25:57 +01: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
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
string.h load balance implementation 2017-02-24 19:00:25 +01: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.