comparison kconfig/lkc.h @ 110:db63b2829eda

Move project name to Makefile.
author Rob Landley <rob@landley.net>
date Mon, 12 Mar 2007 22:54:02 -0400
parents 812abec2bc20
children
comparison
equal deleted inserted replaced
109:1c5fa783450b 110:db63b2829eda
3 * Released under the terms of the GNU GPL v2.0. 3 * Released under the terms of the GNU GPL v2.0.
4 */ 4 */
5 5
6 #ifndef LKC_H 6 #ifndef LKC_H
7 #define LKC_H 7 #define LKC_H
8
9 //#define PROJECT_NAME "Linux kernel"
10 #define PROJECT_NAME "Toybox"
11 8
12 // Make some warnings go away 9 // Make some warnings go away
13 #define YYENABLE_NLS 0 10 #define YYENABLE_NLS 0
14 #define YYLTYPE_IS_TRIVIAL 0 11 #define YYLTYPE_IS_TRIVIAL 0
15 12