|
Revision 84, 0.7 kB
(checked in by gnue, 22 months ago)
|
|
src/config.h.in encoding changed from Japanese(Mac OS) to UTF-8.
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | /*------------------------------------------------------------------------*/ |
|---|
| 2 | /** |
|---|
| 3 | * @file config.h |
|---|
| 4 | * @brief コンフィグ設定 |
|---|
| 5 | * |
|---|
| 6 | * @author M.Nukui |
|---|
| 7 | * @date 2005-04-30 |
|---|
| 8 | * |
|---|
| 9 | * Copyright (C) 2005 M.Nukui All rights reserved. |
|---|
| 10 | */ |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | #ifndef CONFIG_H |
|---|
| 14 | #define CONFIG_H |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | /* マクロ定義 */ |
|---|
| 18 | #undef HAVE_INTTYPES_H |
|---|
| 19 | #undef HAVE_STDINT_H |
|---|
| 20 | #undef HAVE_MEMORY_H |
|---|
| 21 | #undef HAVE_UNISTD_H |
|---|
| 22 | #undef HAVE_ENDIAN_H |
|---|
| 23 | #undef HAVE_MACHINE_ENDIAN_H |
|---|
| 24 | #undef HAVE_TERMIOS_H |
|---|
| 25 | |
|---|
| 26 | #undef HAVE_LIBICONV |
|---|
| 27 | #undef HAVE_DLOPEN |
|---|
| 28 | #undef HAVE_MMAP |
|---|
| 29 | #undef HAVE_CHDIR |
|---|
| 30 | #undef HAVE_GETCWD |
|---|
| 31 | #undef HAVE_GETPWNAM |
|---|
| 32 | |
|---|
| 33 | #undef __PLATFORM__ |
|---|
| 34 | #undef __DYLIBSUFFIX__ |
|---|
| 35 | #undef __LIBDIR__ |
|---|
| 36 | |
|---|
| 37 | #undef __IPOD__ |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | #endif /* CONFIG_H */ |
|---|