]> git.saurik.com Git - apple/syslog.git/blobdiff - libsystem_asl.tproj/include/asl_private.h
syslog-385.tar.gz
[apple/syslog.git] / libsystem_asl.tproj / include / asl_private.h
index f0e03ce6166294e635b1b5d2ba53b1be80aaf53c..55d9c8f8dba43fb8b5564c986afa4f9304ae2ac8 100644 (file)
@@ -99,7 +99,7 @@
 /*
  * Memory limits: work queue size for syslogd and max message size in libasl
  */
-#if TARGET_OS_EMBEDDED
+#if TARGET_OS_IPHONE
 #define SYSLOGD_WORK_QUEUE_MEMORY 3072000
 #define LIBASL_MAX_MSG_SIZE       2048000
 #else