config.h
author Myhailo Danylenko <isbear@ukrpost.net>
Sat, 26 Dec 2009 04:18:28 +0200
changeset 8 b98346c5040d
parent 0 1d7a0bc3e38b
permissions -rw-r--r--
Use GDestroyNotify and unregister on unload * Use GDestroyNotify for data freeing * Really unregister handlers on unload * Prevent possible passing NULL to strcmp * Privatize pep_handler_t
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     1
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     2
#ifndef LOCAL_CONFIG_H
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     3
#define LOCAL_CONFIG_H
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     4
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     5
#define MODULES_ENABLE 1
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     6
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     7
# endif
1d7a0bc3e38b Initial commit
Myhailo Danylenko <isbear@ukrpost.net>
parents:
diff changeset
     8