00001 /* 00002 * Copyright 2004, 2005 PathScale, Inc. All Rights Reserved. 00003 */ 00004 00005 /* config.h. Generated automatically by configure. */ 00006 /* config.hin. Generated automatically from configure.in by autoheader. */ 00007 00008 /* Define to empty if the keyword does not work. */ 00009 /* #undef const */ 00010 00011 /* Define if your struct stat has st_blksize. */ 00012 #define HAVE_ST_BLKSIZE 1 00013 00014 /* Define if your struct stat has st_blocks. */ 00015 #define HAVE_ST_BLOCKS 1 00016 00017 /* Define if your struct stat has st_rdev. */ 00018 #define HAVE_ST_RDEV 1 00019 00020 /* Define to `int' if <sys/types.h> doesn't define. */ 00021 /* #undef mode_t */ 00022 00023 /* Define to `int' if <sys/types.h> doesn't define. */ 00024 /* #undef pid_t */ 00025 00026 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 00027 /* #undef size_t */ 00028 00029 /* Define if you have the ANSI C header files. */ 00030 #define STDC_HEADERS 1 00031 00032 /* Define if you can safely include both <sys/time.h> and <time.h>. */ 00033 #define TIME_WITH_SYS_TIME 1 00034 00035 /* Define if your <sys/time.h> declares struct tm. */ 00036 /* #undef TM_IN_SYS_TIME */ 00037 00038 /* Define as the path of the `chmod' program. */ 00039 #define CHMOD_PATH "/bin/chmod" 00040 00041 /* Define if your gettimeofday takes only one argument. */ 00042 /* #undef GETTIMEOFDAY_ONE_ARGUMENT */ 00043 00044 /* Define if your gettimeofday takes a time zome argument. */ 00045 /* #undef HAVE_TIMEZONE */ 00046 00047 /* Define if you have the alarm function. */ 00048 #define HAVE_ALARM 1 00049 00050 /* Define if you have the clock function. */ 00051 #define HAVE_CLOCK 1 00052 00053 /* Define if you have the getcwd function. */ 00054 #define HAVE_GETCWD 1 00055 00056 /* Define if you have the getgid function. */ 00057 #define HAVE_GETGID 1 00058 00059 /* Define if you have the gethostname function. */ 00060 #define HAVE_GETHOSTNAME 1 00061 00062 /* Define if you have the getlogin function. */ 00063 #define HAVE_GETLOGIN 1 00064 00065 /* Define if you have the getrusage function. */ 00066 #define HAVE_GETRUSAGE 1 00067 00068 /* Define if you have the gettimeofday function. */ 00069 #define HAVE_GETTIMEOFDAY 1 00070 00071 /* Define if you have the getuid function. */ 00072 #define HAVE_GETUID 1 00073 00074 /* Define if you have the getwd function. */ 00075 #define HAVE_GETWD 1 00076 00077 /* Define if you have the kill function. */ 00078 #define HAVE_KILL 1 00079 00080 /* Define if you have the link function. */ 00081 #define HAVE_LINK 1 00082 00083 /* Define if you have the lstat function. */ 00084 #define HAVE_LSTAT 1 00085 00086 /* Define if you have the strerror function. */ 00087 #define HAVE_STRERROR 1 00088 00089 /* Define if you have the symlink function. */ 00090 #define HAVE_SYMLINK 1 00091 00092 /* Define if you have the times function. */ 00093 #define HAVE_TIMES 1 00094 00095 /* Define if you have the ttyname function. */ 00096 #define HAVE_TTYNAME 1 00097 00098 /* Define if you have the <limits.h> header file. */ 00099 #define HAVE_LIMITS_H 1 00100 00101 /* Define if you have the <stdlib.h> header file. */ 00102 #define HAVE_STDLIB_H 1 00103 00104 /* Define if you have the <string.h> header file. */ 00105 #define HAVE_STRING_H 1 00106 00107 /* Define if you have the <sys/param.h> header file. */ 00108 #define HAVE_SYS_PARAM_H 1 00109 00110 /* Define if you have the <sys/time.h> header file. */ 00111 #define HAVE_SYS_TIME_H 1 00112 00113 /* Define if you have the <sys/times.h> header file. */ 00114 #define HAVE_SYS_TIMES_H 1 00115 00116 /* Define if you have the <unistd.h> header file. */ 00117 #define HAVE_UNISTD_H 1 00118 00119 /* Get Single Unix Specification semantics */ 00120 #define _XOPEN_SOURCE 600L 00121 00122 /* Get Single Unix Specification semantics */ 00123 #define _XOPEN_SOURCE_EXTENDED 1 00124 00125 /* Solaris extensions */ 00126 #define __EXTENSIONS__ 1 00127 00128 /* Get 64-bit file size support */ 00129 #define _FILE_OFFSET_BITS 64 00130
1.5.6