(file) Return to acconfig.h CVS log (file) (dir) Up to [RizwankCVS] / testProject

 1 rizwank 1.1 /* Character which is used to separate path components. */
 2             #undef PATH_SEPARATOR
 3             #undef PATH_SEPARATOR_STR
 4             
 5             /* Package name. */
 6             #undef PACKAGE
 7             
 8             /* Version number. */
 9             #undef VERSION
10             
11             /* Have strerror() function. */
12             #undef HAVE_STRERROR
13             
14             /* Have memmove() function. */
15             #undef HAVE_MEMMOVE
16             
17             /* Have memcpy() function. */
18             #undef HAVE_MEMCPY
19             
20             /* Have strtoul() function. */
21             #undef HAVE_STRTOUL
22 rizwank 1.1 
23             /* How to retrieve the current working directory? */
24             #undef HAVE_GETCWD
25             #undef HAVE_GETWD
26             
27             /*
28              * Internationalization stuffs.
29              */
30             
31             #undef ENABLE_NLS
32             
33             #undef HAVE_CATGETS
34             
35             #undef HAVE_GETTEXT
36             
37             #undef HAVE_LC_MESSAGES
38             
39             #undef HAVE_STPCPY
40             
41             #undef PROTOTYPES

Rizwan Kassim
Powered by
ViewCVS 0.9.2