]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove old feature defines from src/include/radiusd.h
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 Nov 2012 13:01:36 +0000 (13:01 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 7 Nov 2012 13:01:36 +0000 (13:01 +0000)
src/include/radiusd.h

index f742677b26e17e1f0ebc9cbed410087445de1560..4dea3fa636d05eae52b4b36d8f149e4d4f350db2 100644 (file)
@@ -45,69 +45,6 @@ typedef struct auth_req REQUEST;
 #define REQUEST_MAGIC (0xdeadbeef)
 #endif
 
-/*
- *     New defines for minimizing the size of the server, to strip
- *     out functionality.
- */
-#ifndef WITHOUT_PROXY
-#define WITH_PROXY (1)
-#endif
-
-#ifndef WITHOUT_UNLANG
-#define WITH_UNLANG (1)
-#endif
-
-#ifndef WITHOUT_ACCOUNTING
-#define WITH_ACCOUNTING (1)
-#endif
-
-#ifdef WITH_ACCOUNTING
-#ifndef WITHOUT_DETAIL
-#define WITH_DETAIL (1)
-#endif
-#endif
-
-#ifdef WITH_ACCOUNTING
-#ifndef WITHOUT_SESSION_MGMT
-#define WITH_SESSION_MGMT (1)
-#endif
-#endif
-
-#ifndef WITHOUT_DYNAMIC_CLIENTS
-#define WITH_DYNAMIC_CLIENTS (1)
-#endif
-
-#ifndef WITHOUT_STATS
-#define WITH_STATS
-#endif
-
-#ifndef WITHOUT_COMMAND_SOCKET
-#ifdef HAVE_SYS_UN_H
-#define WITH_COMMAND_SOCKET (1)
-#endif
-#endif
-
-#ifndef WITHOUT_COA
-#define WITH_COA (1)
-#ifndef WITH_PROXY
-#error WITH_COA requires WITH_PROXY
-#endif
-#endif
-
-#ifdef WITHOUT_TLS
-#ifndef HAVE_OPENSSL_SSL_H
-#error TLS requires OpenSSL
-#endif
-#else
-#ifdef HAVE_OPENSSL_SSL_H
-#ifndef WITH_TLS
-#ifndef NO_OPENSSL
-#define WITH_TLS (1)
-#endif
-#endif
-#endif
-#endif
-
 /*
  *     WITH_VMPS is handled by src/include/features.h
  */