DRUPAL_KILOBYTE

in includes/bootstrap.inc

The number of bytes in a kilobyte. For more information, visit http://en.wikipedia.org/wiki/Kilobyte.

<?php
define('DRUPAL_KILOBYTE', 1024);
?>