group/defines.h
author Sebastian Brannstrom <sebastianb@symbian.org>
Sun, 21 Nov 2010 20:11:07 +0000
branchRCL_3
changeset 383 931d0db6374d
parent 367 4b75876aa85a
permissions -rw-r--r--
Catchup with Symbian1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
324
b54ded4e23a3 Added missing defines.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff changeset
     1
#ifndef DEFINES_H_
b54ded4e23a3 Added missing defines.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff changeset
     2
#define DEFINES_H_
b54ded4e23a3 Added missing defines.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff changeset
     3
b54ded4e23a3 Added missing defines.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff changeset
     4
// MPX integration can not be enabled for self signed versions 
383
931d0db6374d Catchup with Symbian1
Sebastian Brannstrom <sebastianb@symbian.org>
parents: 367
diff changeset
     5
#define ENABLE_MPX_INTEGRATION
324
b54ded4e23a3 Added missing defines.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff changeset
     6
b54ded4e23a3 Added missing defines.h
Sebastian Brannstrom <sebastianb@symbian.org>
parents:
diff changeset
     7
#endif /* DEFINES_H_ */