prefix . 'rc_cwp_write_panels'); define('RC_CWP_TABLE_CUSTOM_FIELD_TYPES', $wpdb->prefix . 'rc_cwp_custom_field_types'); define('RC_CWP_TABLE_PANEL_CUSTOM_FIELD', $wpdb->prefix . 'rc_cwp_panel_custom_field'); define('RC_CWP_TABLE_CUSTOM_FIELD_OPTIONS', $wpdb->prefix . 'rc_cwp_custom_field_options'); define('RC_CWP_TABLE_PANEL_CATEGORY', $wpdb->prefix . 'rc_cwp_panel_category'); define('RC_CWP_TABLE_STANDARD_FIELDS', $wpdb->prefix . 'rc_cwp_standard_fields'); define('RC_CWP_TABLE_PANEL_STANDARD_FIELD', $wpdb->prefix . 'rc_cwp_panel_standard_field'); define('RC_CWP_TABLE_CUSTOM_FIELD_PROPERTIES', $wpdb->prefix . 'rc_cwp_custom_field_properties'); define('RC_CWP_TABLE_PANEL_HIDDEN_EXTERNAL_FIELD', $wpdb->prefix . 'rc_cwp_panel_hidden_external_field'); if (!defined('DIRECTORY_SEPARATOR')) { if (strpos(php_uname('s'), 'Win') !== false ) define('DIRECTORY_SEPARATOR', '\\'); else define('DIRECTORY_SEPARATOR', '/'); } ?>