DRUPAL_KILOBYTE

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

drupal/includes/bootstrap.inc, line 184

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