aboutsummaryrefslogtreecommitdiff
path: root/src/config-amigaos.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-06 07:50:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-06 07:50:18 +0000
commit39af394a1c3ae1d8ac71ad263a7c524988702c2e (patch)
tree4ba44670440d52ff6c3b07fdef35ae3384f3dc5a /src/config-amigaos.h
parent5c7dcc6c33bb9e9621cf09ada4a15f310cf1c0e0 (diff)
removed tabs and trailing whitespace from source
Diffstat (limited to 'src/config-amigaos.h')
-rw-r--r--src/config-amigaos.h39
1 files changed, 15 insertions, 24 deletions
diff --git a/src/config-amigaos.h b/src/config-amigaos.h
index ab6d28826..2d66e37e3 100644
--- a/src/config-amigaos.h
+++ b/src/config-amigaos.h
@@ -7,37 +7,28 @@
#define OS "AmigaOS"
-#define HAVE_UNISTD_H 1
-#define HAVE_STRDUP 1
-#define HAVE_UTIME 1
-#define HAVE_UTIME_H 1
-#define HAVE_SYS_TYPES_H 1
-#define HAVE_SYS_SOCKET_H 1
-#define HAVE_WRITABLE_ARGV 1
-#define HAVE_SYS_TIME_H 1
-#define HAVE_TIME_H 1
-#define TIME_WITH_SYS_TIME 1
-#define HAVE_TERMIOS_H 1
-
-#define HAVE_PWD_H 1
-
-/* futher implementation?... */
-//#define HAVE_TCGETATTR 1
-//#define HAVE_TCSETATTR 1
-
-/* futher usergroup.library usage?... */
-//#define HAVE_GETPWUID 1
-//#define HAVE_GETEUID 1
-
+#define HAVE_UNISTD_H 1
+#define HAVE_STRDUP 1
+#define HAVE_UTIME 1
+#define HAVE_UTIME_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_SYS_SOCKET_H 1
+#define HAVE_WRITABLE_ARGV 1
+#define HAVE_SYS_TIME_H 1
+#define HAVE_TIME_H 1
+#define TIME_WITH_SYS_TIME 1
+#define HAVE_TERMIOS_H 1
+
+#define HAVE_PWD_H 1
#ifndef F_OK
# define F_OK 0
#endif
#ifndef LONG_MAX
-# define LONG_MAX 0x7fffffffL /* max value for a long */
+# define LONG_MAX 0x7fffffffL /* max value for a long */
#endif
#ifndef LONG_MIN
-# define LONG_MIN (-0x7fffffffL-1) /* min value for a long */
+# define LONG_MIN (-0x7fffffffL-1) /* min value for a long */
#endif
#endif /* CURL_CONFIG_AMIGAOS_H */