summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-09 07:33:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-09 07:33:58 +0000
commiteebcf7d4f5e3f27203f53942aded5d95736ef69f (patch)
treed319068fa148812ea3f1d30fde1ddf27ee8c058d
parent8d169dfaddb995cfa594b8465dcdde5f35f40a60 (diff)
downloadgnurl-eebcf7d4f5e3f27203f53942aded5d95736ef69f.tar.gz
gnurl-eebcf7d4f5e3f27203f53942aded5d95736ef69f.tar.bz2
gnurl-eebcf7d4f5e3f27203f53942aded5d95736ef69f.zip
Not used anymore
-rw-r--r--lib/getenv.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/lib/getenv.h b/lib/getenv.h
deleted file mode 100644
index 2922b6e92..000000000
--- a/lib/getenv.h
+++ /dev/null
@@ -1,28 +0,0 @@
-#ifndef __GETENV_H
-#define __GETENV_H
-/*****************************************************************************
- * _ _ ____ _
- * Project ___| | | | _ \| |
- * / __| | | | |_) | |
- * | (__| |_| | _ <| |___
- * \___|\___/|_| \_\_____|
- *
- * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al.
- *
- * In order to be useful for every potential user, curl and libcurl are
- * dual-licensed under the MPL and the MIT/X-derivate licenses.
- *
- * You may opt to use, copy, modify, merge, publish, distribute and/or sell
- * copies of the Software, and permit persons to whom the Software is
- * furnished to do so, under the terms of the MPL or the MIT/X-derivate
- * licenses. You may pick one of these licenses.
- *
- * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
- * KIND, either express or implied.
- *
- * $Id$
- *****************************************************************************/
-
-#include <curl/curl.h>
-
-#endif