2 * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
24 * Import the real "config.defs" file from the framework.
26 * The ultimate goal is to have a single ".defs" file in
27 * the project which is used to generate a shared "config.h"
28 * header, the "configUser.c" file used by (and included in)
29 * the built framework, and the "configServer.c" file used
32 * To date, I have been unable to determine the needed flags
33 * and/or rules to add to the Makefile to ensure that any
34 * changes made to the real projects ".defs" file results in
35 * the[re-]generation of both framework and servers MiG files.
37 * As such... IF YOU CHANGE THE ".defs" FILE, MAKE CLEAN!
40 #include <SystemConfiguration/config.defs>